- Posts: 19
- Thank you received: 0
Change the logo.
-
bigstripes
Inactive member - Topic Author
- New Member
Less
More
12 years 5 months ago #21152
by bigstripes
Change the logo. was created by bigstripes
Hi, how can I change the logo HOTSOFTWARE?
Thank you very much.
Thank you very much.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 5 months ago #21159
by ivan.milic
Replied by ivan.milic on topic Change the logo.
Check index.php of template arounf line 210:
<div id="logo"><a href="index.php"><img src="<?php echo $this->baseurl ?>/templates/hot_software/images/logo.png" width="240" height="75" alt="hot software" /></a></div>
here you have width and height attributes if you need to change that. If only image you want to change just replace:
templates/hot_software/images/logo.png
<div id="logo"><a href="index.php"><img src="<?php echo $this->baseurl ?>/templates/hot_software/images/logo.png" width="240" height="75" alt="hot software" /></a></div>
here you have width and height attributes if you need to change that. If only image you want to change just replace:
templates/hot_software/images/logo.png
Please Log in to join the conversation.
-
bigstripes
Inactive member - Topic Author
- New Member
Less
More
- Posts: 19
- Thank you received: 0
12 years 5 months ago #21164
by bigstripes
Replied by bigstripes on topic Change the logo.
Thanks a lot!
Please Log in to join the conversation.
Time to create page: 0.133 seconds