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

    Hi there,

    Can’t seem to change the mobile menu background.. Now it is set to be almost transparent.

    Have been looking all over.. ;-)

    Any suggestions?

    Thanx, Ben

    #875519

    Hey Ben,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
      .html_av-overlay-side-minimal .av-burger-overlay-bg {
        opacity: 0.8;
      }
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #875602

    Worked fine, even in the quick CSS..
    I now understand why I could not see any changes, opacity was too low ;-)

    Thank you Victoria!

    #875667

    Hi,

    I’m glad you were able to get this corrected. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Can't change mobile menu backgrounf’ is closed to new replies.