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

    Hi there,

    I have a transparent menu on my site but would like to add a background colour to my secondary menu. I’ve tried through advanced settings but it doesn’t seem to work. Can you please provide CSS to make the change?

    #1213046

    Hey trishgray,

    Add this to quick css:

    .header-scrolled #header_meta{
    background:#fff!important;
    }

    Adjust the color to whatever you need.

    Best regards,
    Jordan Shannon

    #1213048

    Thanks! The background colour only appears on scroll though and I’d like it to be fixed at all times.

    #1213049

    Hi,

    I see, just adjust the css to this:

    #header_meta{
    background:red!important;
    }

    Best regards,
    Jordan Shannon

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