Canvas Theme – Drop Down Menu
-
I’m in need of help styling a drop down menu in the Canvas Theme.
https://www.kasedesign.co.uk/cardiff/
I’ve copied the code from…
https://www.woothemes.com/tutorials/change-the-color-of-the-drop-down-nav-menus/
I’ve pasted it into custom.css of the Canvas Theme and the changes to the styles that I’ve made seem to have no effect.Ideally, I want the drop down container to have a white background, with a slight transparency, which I’ve managed to achieve, by adding the following code…
.sub-menu #navigation ul.nav > li a:hover, #navigation ul.nav > li:hover, #navigation ul.nav li ul { background-color: rgba(255, 255, 255, 0.8) !important; background-image:none; }
I would also like plain grey text, with a red text rollover.
I hoped that the following code would at least change the text color…
ul.sub-menu li a { color:#686868; }
I don’t want the red striped background that appears for the parent items.
I’ve also noticed that the background of the parent item disappears, when hovering over a child.
Any help with this would be greatly appreciated!
- The topic ‘Canvas Theme – Drop Down Menu’ is closed to new replies.