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

    Hi,

    How do I change the font and font size of my burger navigation menu when open? I also want to change the white background to a black opaque background. Please provide me with assistance. I greatly appreciate it.

    #1328289

    Hey kazumakitajima,

    Please try the following in Quick CSS under Enfold->General Styling:

    .html_av-overlay-side #top .av-burger-overlay-scroll {
        background: rgba(0, 0, 0, 0.5);
    }
    
    #top #wrap_all .av-burger-overlay .av-burger-overlay-scroll #av-burger-menu-ul li a {
        font-family: Arial;
        color: red;
    }

    Best regards,
    Rikard

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