Hello!
I am trying to change the background color of the submenu and I cannot find what I am looking for.
What I want is the menu links, when hovered, to have the same background shape and color (black) as the submenu links. It would be perfect if I could also change the opacity and set it to 70% or 50%...
I can imagine this can be done with CSS.
Thanks for your help!
valeria
Comments
I do not get you, you want to chage the submenu links or the menu links?
#Top_bar .menu > li:hover > a {background:rgba(0,0,0,.6) !important;
}
Here is the css for the submenus
#Top_bar .menu li ul li {background:rgba(0,0,0,.3) !important;
}
#Top_bar .menu > li ul {
background-color:transparent !important;
background-image:none !important;
}