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
User avatar
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
User avatar
Platinum Boarder

GK User
Sun Oct 06, 2013 10:10 pm
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.
User avatar
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.
User avatar
Senior Boarder

GK User
Sun Oct 20, 2013 12:20 pm
By the way, remember to add "alt=" and "title=" for SEO purposes :)
User avatar
Platinum Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.