Hi,
The situation has changed but I'm still not able to make successful overrides with the logo, here is what I have :
- As explained in other posts, I placed an "Additionnal Class" on my Main Menu page (as it's in this one that I want to have a different logo layout) which is "home1" (without quote marks).
- In the advanced settings of the template, I activated the CSS override.
- In the override.css file, I placed the following code :
- Code: Select all
h1#gkLogo a.cssLogo.home1 {
background: url('../images/logo.png') no-repeat 0 0;
position: absolute;
display: block;
height: 40px;
margin: 0;
text-indent: -999em;
width: 150px;
top: 300px;
left: 700px;
z-index: 1001;
}
I don't know why but it doesn't work, I think I may have misplaced the ".home1" tag... I would be grateful if you could help me.
Thanks