Remove h1 title from logo

Modern and unique personal portfolio Joomla template ideal for work presentation - support forum.
GK User
Fri Nov 09, 2012 12:56 am
I found some questions about this in this forum, but I can´t find a clear answer

How can I remove h1 title from logo. I want to put my own h1 title on each page

Thanks
User avatar
Fresh Boarder

teitbite
Fri Nov 09, 2012 1:34 am
Hi

Please edit file /layout/blocks/nav.php and around line 39 and 50 replace "h1" to "div".

Than add this code to css:

Code: Select all
div#gkLogo a.cssLogo {
    background: url("../images/dark/logo.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 56px;
    left: 0;
    margin: 0;
    text-indent: -999em;
    top: 0;
    width: 260px;
    z-index: 1001;
}
User avatar
Moderator

GK User
Wed Nov 14, 2012 8:54 am
Solved, thanks :-)
User avatar
Fresh Boarder

teitbite
Wed Nov 14, 2012 12:34 pm
Hi

No problem. Glad I could help :)
User avatar
Moderator


cron