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

    I want to style the mobile menu (background, font size etc.:

    “Advanced Color And Styling Options
    You can edit more and advanced color and styling options for the overlay/slideout menu items in Advanced Styling”

    However, this option is not available in the Advanced styling meny…..

    #1424577

    Hi limedrop,

    Unfortunately, we don’t have styling options for the Mobile Menu, however, we can assist you with the CSS code necessary to have that style, you can try to add this CSS code in Enfold > General Styling > Quick CSS, to set the background color, color, font-size, etc.

    #top #wrap_all #av-burger-menu-ul li a {
        background-color: blue;
    }
    
    #top #wrap_all #av-burger-menu-ul li a .avia-menu-text {
        color: white;
        font-size: 18px;
    }

    Hope it helps.

    Best regards,
    Nikko

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