I would like to make the background of the sublevel a littele bit transparent. How do I do that?
Hi bongobeat!
Are you talking about the menu dropdowns? If so then try this CSS out.
.sub-menu li a, .sub-menu, .sub-menu li {
background: rgba(255,255,255,0.5) !important;
}
If that’s not it then send us a link and take a screenshot highlighting exactly what your trying to do.
Cheers!
Elliott