Menu css help

Hey, i have trouble adapting to the menu CSS. 
I have some decent CSS knowledge, so i just need simple guiding. 

The page im building is located ;http://smooth-publishing.no/wordpress01/

everything is about the menu:

1. the color background of A:Active is white. i want it to be transparent.
2. i want shadow background on hover.
3. i want it to be x-large

can i have some code snippets? =)

thanks alot! 

Comments

  • Hey,

    1. To make activate menu item transparent, please use below css:
    .menu-highlight #Top_bar #menu > ul > li.current-menu-item > a, .menu-highlight #Top_bar #menu > ul > li.current_page_item > a, .menu-highlight #Top_bar #menu > ul > li.current-menu-ancestor > a, .menu-highlight #Top_bar #menu > ul > li.current_page_ancestor > a, .menu-highlight #Top_bar #menu > ul > li.hover > a { background-color: rgba(255, 255, 255, 0.5) }
    2. Can you show us what kind of shadow you mean and how it should look like?

    3. Please explain what exactly you mean.
Sign In or Register to comment.