• Hi, im currently setting up my website and theres a bug I cannot fix. I changed the background color of my header form white to blue, then back to white. Now the header wont show any background, even though the white is not transparent. Can anyone help me fix this please?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • it doesn’t show up with a background color on your site. You can change it in custom css with this command:

    header#site-header {
    background: white;
    }

    Thread Starter mrameix

    (@mrameix)

    @mrtom414 Genius! It worked great. Thank you very much.

    Thread Starter mrameix

    (@mrameix)

    the command seems to work only when logged in to my wordpress account? If I access the website on another computer the header is still transparent. I tried using the !IMPORTANT command but it didn’t work either.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Header Background Not Showing’ is closed to new replies.