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

    I have seen this question posted in the forum previously but never answered. My mobile menu appears dark blue (same as header background) and the nav menu link font is black, which is very difficult to see against the blue background. I either need to change the mobile menu background or the font color, but there is no way to do this in Enfold theme options. This seems like a basic necessity. Will you make those customizations available? I have tried various additional CSS, without success. What can I do?

    #1262539

    Hey skirpach,

    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:989px){
        .html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a {
            color: #fff;
        }
        
       #top .header_color .av-hamburger.is-active .av-hamburger-inner,
         #top .header_color .av-hamburger.is-active .av-hamburger-inner::before,
         #top .header_color .av-hamburger.is-active .av-hamburger-inner::after {
            background-color: #fff;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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