• Hi

    If you look at my website you will see that when you land on it, the background of the header (menu) is clear and the text is hard to see. Once you scroll down its fine as it turns white. Is there a way to make the header (menu) background white upon landing on the page.

    Thank you

    Jacqui

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

Viewing 1 replies (of 1 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello jacmgraham,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.

    .outer-wrap {
      background: #ffffff;
    }

    Hope this will helps you.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Header background colour’ is closed to new replies.