• Resolved ashley_c

    (@ashley_c)


    How can I change the transparent logo / header / menu from transparent to a solid black background? I like it when you scroll, but want to remove the transparent part. Please send me a CSS code for this.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi, @ashley_c

    Add the following code to Appearance -> Customize -> Additional CSS:

    .has-header-image .navbar, .has-header-video .navbar {
        background-image: none;
        background-color: #008080;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Change transparent header to solid’ is closed to new replies.