Problem with H1 heading
Premium, Furniture Joomla Design Shop Template with K2Store support
- GK User
- Sun Oct 06, 2013 9:18 pm
Hi I'm using Black & White template and notice that H1 is on logo without text >> : <<. How to fix this ?
test.jpg
-
- Senior Boarder
- GK User
- Sun Oct 06, 2013 10:05 pm
Hi,
this is very old template, but I will try to help you.
You have to edit template file
gk_black_and_white\layouts\blocks\logo.php
there you will find all code around logo
this is very old template, but I will try to help you.
You have to edit template file
gk_black_and_white\layouts\blocks\logo.php
there you will find all code around logo
-
- Platinum Boarder
- GK User
- Sun Oct 06, 2013 10:10 pm
p.s.
Add there what you need, between <h1> tag, have fun.
- Code: Select all
<h1 id="gkLogo">
<a href="<?php echo JURI::root(); ?> ">
<img src="<?php echo $logo_image; ?>" alt="<?php echo $this->getPageName(); ?>" />
</a>
</h1>
Add there what you need, between <h1> tag, have fun.
-
- Platinum Boarder
- GK User
- Mon Oct 14, 2013 5:21 pm
Pawel F wrote:p.s.
- Code: Select all
<h1 id="gkLogo">
<a href="<?php echo JURI::root(); ?> ">
<img src="<?php echo $logo_image; ?>" alt="<?php echo $this->getPageName(); ?>" />
</a>
</h1>
Add there what you need, between <h1> tag, have fun.
Thank you Paweł for your help.
Changing h1>div in logo.php and css fix my problem.
-
- Senior Boarder
- GK User
- Sun Oct 20, 2013 12:20 pm
By the way, remember to add "alt=" and "title=" for SEO purposes
-
- Platinum Boarder
5 posts
• Page 1 of 1