Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1293752

    Hello dear support team,

    I would like to make my burger menu transparent as it opens, now it is only dark grey, I imagine something like this: https://kit.detheme.com/presto/2021/01/25/101-ways-to-win-the-game/

    Though not through the entire screen only to the half.

    thank you

    sincerly Veronika

    #1294027

    Hey Veloryana,

    Please try the following in Quick CSS under Enfold->General Styling:

    div.av-burger-overlay {
        opacity: 0.95;
    }

    Best regards,
    Rikard

    #1295346

    Hi Rikard,

    unfortunately, the code did not work. What else could I try?

    sincerely,
    Veronika

    #1295471

    Hi Veronika,

    I have added this CSS code in Enfold > General Styling > Quick CSS:

    #top #wrap_all .av-burger-overlay .av-burger-overlay-scroll {
        background-color: rgba(0,0,0,0.9);
    }

    To adjust the opacity, just change 0.9 to any value from 0 to 1 (the lesser the value the more transparent)

    Also, I have disabled CSS file merging and compression in Enfold > Performance since it was still using older CSS and not reflecting the added CSS code.

    Best regards,
    Nikko

    #1296692

    thank you very much, for your help and your time

    #1296733

    Hi Veloryana,

    You’re welcome, we’re just glad we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘transparent burger menu’ is closed to new replies.