menu bar and submenus transparent
-
Hi, I’m having trouble finding a code to make my menu bar (and sub-items) transparent in theme twenty-eleven. Help, please?
The blog I need help with is: (visible only to logged in users)
-
This should do it for you although submenu items may well become unreadable when they extend down over page/post titles or text.
#access { background: none } #access li:hover > a, #access a:focus { background: none; } #access ul ul { box-shadow: none; } #access ul ul a { background: none; border-bottom: none; }You will also have to change the non-hover menu text color.
#access a { color: #EEEEEE; } -
-
- The topic ‘menu bar and submenus transparent’ is closed to new replies.