Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #376809

    I would like to make the background of the sublevel a littele bit transparent. How do I do that?

    #377011

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.