Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #382370

    i am very happy to got this page transparent
    if you smaller the screen wight it shows the mobile menu button.
    when i click on it i see a also transparent mobile menu.

    i would like to have the button background and the mobile menu background changed to white with 0.8 transparency how can is do this?

    thank you

    #382910

    Hey Tobias-B-Conrad!

    Thank you for using Enfold.

    You can use this on Quick CSS:

    ul#mobile-advanced {
    background: rgba(255,255,255,.9);
    }

    Cheers!
    Ismael

    #383382

    it was working thank you.
    please see picture to get the same background for the sub menu.
    Missing menu background
    Missing menu background
    https://www.dropbox.com/s/llzu50livmak3y2/menu%20background%20is%20missing.png
    thank you for helping me.

    #384180

    Hi!

    use this code:

    .av-main-nav > li > ul {
    background: rgba(255,255,255,.9) !important;
    }
    

    Best regards,
    Andy

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