Hello,
how can i delete the logo in the header position at "Home".
I want to show the logo on other menu item but not at the welcome page.
Thanks a lot!
Garthi
.frontpage #gk-top > h1 {
display: none;
}
.frontpage .gkLogo {
display: none;
}