HI,
In mentioned post you gave me a god css, but now i found out that it only works with a fixed header. When a transparant header is set it is not there. Can you again look at it? This is the css given by you guys;
li#menu-item-4350 a {
background-color: red;
padding: 2px 5px;
border-radius: 5px;
}
li#menu-item-4351 {
border: none!important;
}
Hey Jeffrey,
Ok, I was able to add the code below to make the sub-menu item red when there is a transparant header.
I then put the menu setting back to the way you had it because you may want to change the size of the header image or reduce the size of the logo because when you have a transparant header your menu covers the text in your header image.
.av_header_transparency li#menu-item-4350 a {
background-color: red !important;
padding: 2px 5px !important;
border-radius: 5px !important;
}
HI Mike, Thanks you! Now it works like i wanted it to! What do you mean with
because you may want to change the size of the header image or reduce the size of the logo because when you have a transparant header your menu covers the text in your header image.
I checked it on many divices (including ipad / iphone) but never the text overlaps the logo?!