- Posts: 1
- Thank you received: 0
How do I change header image
-
AbMa
Inactive member -
Topic Author
- New Member
-
Less
More
13 years 11 months ago #7126
by AbMa
How do I change header image was created by AbMa
Hi, I am new to this so I may be overlooking something really obvious... Anyway, how do I change the header image (the text Hot Leafs, environment friendly Joomla! design and the image at the top right) to something of my own choice?
Thanks for helping me out.
Thanks for helping me out.
Please Log in to join the conversation.
-
pirossi
Inactive member -
- Member
-
Less
More
- Posts: 146
- Thank you received: 11
13 years 11 months ago #7128
by pirossi
Replied by pirossi on topic Re: How do I change header image
create your own logo image (415x116px) and re-place old one in:
templates/hot_leafs/images/logo.png
templates/hot_leafs/images/logo.png
Please Log in to join the conversation.
-
imhat
Inactive member -
- New Member
-
Less
More
- Posts: 1
- Thank you received: 0
13 years 4 months ago #12314
by imhat
Replied by imhat on topic Re: How do I change header image
How can I change the size if I want to use a logo that is larger? I tried editing the css to no avail.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 4 months ago #12317
by ivan.milic
Replied by ivan.milic on topic Re: How do I change header image
Open index.php of template and change width and height attributes of logo image html tag:
<img src="<?php echo $template_path ?>/images/logo.png" width="415" height="116" alt="green joomla template" />
also you may need also to change in layout.css:
.logo {
height: 116px;
width: 415px;
float: left;
}
<img src="<?php echo $template_path ?>/images/logo.png" width="415" height="116" alt="green joomla template" />
also you may need also to change in layout.css:
.logo {
height: 116px;
width: 415px;
float: left;
}
The following user(s) said Thank You: imhat
Please Log in to join the conversation.
Time to create page: 0.160 seconds