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

    I am struggling to change teh background and font colours on the flyyout menu – please help.

    I have tried the support answers – but its not helped.

    Thanks.

    #1092566

    Hey Matt,
    To change the background Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .html_av-overlay-side #top .av-burger-overlay-scroll {
        background: #fff !important; 
    }

    Please change the color to suit.
    To change the font colors please try this css:

    .html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a {
        color: red !important;
    }

    Please let us know if there is anything else we can help with.

    Best regards,
    Mike

    #1093273

    Hi thanks – think it was a cache issue – been resolved.

    #1093352

    Hi,

    I’m glad this was resolved. 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 ‘Flyout menu styling’ is closed to new replies.