When you go WARNING SITE NOT SUITABLE FOR MINORS.....> here and select MENU Adult Apparel|Dancewear| The child items all turn grey. When you hover over one of them it should turn light pink again with burgundy letters. However the pink background color only shows underneath (outside the selected list item) Below is the code pertaining to this.Any idea where I went wrong? It looks like the css inserts are fighting the original menu code.
Menu css
4
When you go WARNING SITE NOT SUITABLE FOR MINORS.....> here and select MENU Adult Apparel|Dancewear|
The child items all turn grey.
When you hover over one of them it should turn light pink again with burgundy letters. However the pink background color only shows underneath (outside the selected list item) Below is the code pertaining to this.Any idea where I went wrong? It looks like the css inserts are fighting the original menu code.
The child items all turn grey.
When you hover over one of them it should turn light pink again with burgundy letters. However the pink background color only shows underneath (outside the selected list item) Below is the code pertaining to this.Any idea where I went wrong? It looks like the css inserts are fighting the original menu code.
Code:
.sub-menu { background: pink !important; }
.sub-menu a { color: #8f3253 !important; }
.sub-menu li:hover a {
background: grey !important;
color: pink !important;
}
.sub-menu li ul li:hover{color: #8f3253 !important!important!; }
}
.sub-menu li ul li :hover a{ color: #8f3253 !important!important!;
} - RichKent
- [1] reply
- rhinocl
- robin2011 Banned
- maywebdesigns
Next Topics on Trending Feed
-
4