Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #723168

    Hello again,

    when we choose in enfold / Header / HeaderLayout / Display of menu items -> Display as icon
    this NICE Hamburger Menu appears.

    THEN after opening the menu, the whole page is covered with a approx. 90% black background for the menu.
    Could you please tell me, how to change this transparency or opacity?

    Regards

    #723564

    Hey Jochen,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #723666

    yes of course …

    #724411

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .av-burger-overlay-bg {
        background: rgba(0,0,0,0.6);
    }
    

    0,0,0 is the RGB value of the color and 0.6 is opacity level

    Best regards,
    Yigit

    #724445

    thank you. sometimes it is not so easy to find the .classes that are added later via javascript … 
    Everything ok with this, can be closed

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘menu items -> Display as icon / background transparency’ is closed to new replies.