Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1084532

    Hi, this is my website.

    55619

    How can change mobile menu and submenu colors?

    Thanks.

    #1085169

    Hey Pas7o,

    Thank you for using Enfold.

    You have to remove the following css code or wrap it inside a css media query if you intend to change the background of the submenu on desktop view.

    #top #wrap_all .sub-menu {
        background: #002fa7;
    }

    Best regards,
    Ismael

    #1085301

    I wrote this code yet but on mobile doesn’t work.

    #1085752

    Hi,

    You have to remove that code, not add it. And don’t forget to toggle the Performance > File Compression settings afterwards.

    Best regards,
    Ismael

    #1086054

    Now I have this menù:

    51633<br />upload pic<br />

    But if I want color like the menù on desktop view?

    #1086200

    Hi Pas7o,

    https://cl.ly/c6b489fe3301 Do you mean you want the whole overlay blue and the text white?

    Best regards,
    Victoria

    #1086383

    Yes, thanks.

    #1086830

    Hi Pas7o,

    Please try the following css

    
    .html_av-overlay-side #top .av-burger-overlay-scroll {
        background: #192e63;
    }
    .html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a {
        color: #fff;
    }
    

    You need to adjust colors to suit your needs.
    Best regards,
    Victoria

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