- Posts: 20
- Thank you received: 0
Custom Logo
-
joeleach
Inactive member -
Topic Author
- Member
-
Less
More
14 years 4 weeks ago - 14 years 4 weeks ago #11948
by joeleach
Custom Logo was created by joeleach
How do I install a custom logo that is of larger dimensions than the default one. I found the logo.png but my image is much larger and I don't need logo text.
Can I delete this? I just found some posts about it
Can I delete this? I just found some posts about it
Last edit: 14 years 4 weeks ago by joeleach.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
14 years 4 weeks ago #11951
by ivan.milic
Replied by ivan.milic on topic Re: Custom Logo
Open index.php of template. You can find this line:
<a href="index.php"><img src="<?php echo $template_path ?>/images/logo.png" width="55" height="56" alt="joomla ecommerce template" /></a>
you can change width and height attributes and /images/logo.png path part.
Also you can delete this two lines to make space for logo if you don't need company name and company slogan there:
<span class="company_name"><?php echo $logoText; ?></span><br/>
<span class="company_slogan"><?php echo $sloganText; ?></span>
<a href="index.php"><img src="<?php echo $template_path ?>/images/logo.png" width="55" height="56" alt="joomla ecommerce template" /></a>
you can change width and height attributes and /images/logo.png path part.
Also you can delete this two lines to make space for logo if you don't need company name and company slogan there:
<span class="company_name"><?php echo $logoText; ?></span><br/>
<span class="company_slogan"><?php echo $sloganText; ?></span>
Please Log in to join the conversation.
Time to create page: 0.236 seconds