Hi I'm using Black & White template and notice that H1 is on logo without text >> : <<. How to fix this ?
<h1 id="gkLogo">
<a href="<?php echo JURI::root(); ?> ">
<img src="<?php echo $logo_image; ?>" alt="<?php echo $this->getPageName(); ?>" />
</a>
</h1>
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.