• Resolved nickja

    (@nickja)


    Love the theme, but I cannot get the fixed header background color to change. It’s currently white and I would like to change to it to something darker. I went through the Customizer and changed all the colors yet its still white.

    I can’t seem to find the div class for the fixed header either when I inspect the page so any help on where exactly the color setting is or how to change to color by editing CSS would be greatly appreciated.

    • This topic was modified 7 years, 1 month ago by nickja.
Viewing 1 replies (of 1 total)
  • Thread Starter nickja

    (@nickja)

    Figured it out right away by searching the page source for #ffffff

    In case anyone else has this problem the CSS to change to fixed header background color is

    .site-header.fixed-header {
    	background-color: #666666;
    	}
    • This reply was modified 7 years, 1 month ago by nickja.
    • This reply was modified 7 years, 1 month ago by nickja.
Viewing 1 replies (of 1 total)
  • The topic ‘Fixed Header background color not changing’ is closed to new replies.