- Posts: 88
- Thank you received: 0
changing Main Logo
-
Houssam
Inactive member -
Topic Author
- Member
-
Less
More
9 years 8 months ago #45722
by Houssam
changing Main Logo was created by Houssam
i try to find where is the (Hot Sportal) main logo on top corner of template to change it to my logo but i never find it
can you lead me to that part to change this logo please?
Thanks
Husam
can you lead me to that part to change this logo please?
Thanks
Husam
Please Log in to join the conversation.
-
nikola.mihajlovic
Support Staff -
- Moderator
-
Less
More
- Posts: 91
- Thank you received: 10
9 years 8 months ago #45723
by nikola.mihajlovic
Replied by nikola.mihajlovic on topic changing Main Logo
Hello,
which version of Joomla you are using? There is easy fix if you have .png image and you didn't change default template style. You can go to your template_folder/images and rename your image to logo_white.png and copy to that folder, but make sure to save old one that was there.
Best regards,
Nikola Mihajlovic
which version of Joomla you are using? There is easy fix if you have .png image and you didn't change default template style. You can go to your template_folder/images and rename your image to logo_white.png and copy to that folder, but make sure to save old one that was there.
Best regards,
Nikola Mihajlovic
Please Log in to join the conversation.
-
Houssam
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 88
- Thank you received: 0
9 years 8 months ago #45724
by Houssam
Replied by Houssam on topic changing Main Logo
i found it in templates/hot_sportal/images
but there is any option to change it form Joomla control panel
but there is any option to change it form Joomla control panel
Please Log in to join the conversation.
-
nikola.mihajlovic
Support Staff -
- Moderator
-
Less
More
- Posts: 91
- Thank you received: 10
9 years 8 months ago #45725
by nikola.mihajlovic
Replied by nikola.mihajlovic on topic changing Main Logo
Sorry but for this template there is no option,
if you change transparent image logo will change black / white. But you can go to index.php in template_fodler and find this line of code:
<a href="index.php"><img src="<?php echo $template_path ?>/images/logo_<?php if($transparentImage=="white") { echo "black"; }else{ echo "white"; } ?>.png" width="381" height="96" alt="joomla sportal template" /></a>
and change it to
<a href="index.php"><img src="YOUR_IMAGE" width="381" height="96" alt="joomla sportal template" /></a>
where YOUR_IMAGE is path to your image on server and you can put .jpg too and change width/height.
Best regards,
Nikola Mihajlovic
if you change transparent image logo will change black / white. But you can go to index.php in template_fodler and find this line of code:
<a href="index.php"><img src="<?php echo $template_path ?>/images/logo_<?php if($transparentImage=="white") { echo "black"; }else{ echo "white"; } ?>.png" width="381" height="96" alt="joomla sportal template" /></a>
and change it to
<a href="index.php"><img src="YOUR_IMAGE" width="381" height="96" alt="joomla sportal template" /></a>
where YOUR_IMAGE is path to your image on server and you can put .jpg too and change width/height.
Best regards,
Nikola Mihajlovic
Please Log in to join the conversation.
Time to create page: 0.159 seconds