Replies: 3
Hi, I’m trying to change the colour of the main header from white to #850000. I’ve been through the Theme Editor and figured that if I change the background image to background colour in this then the header once scrolled down has the colour I want:
.nav-affix #thememattic-header.site-header .main-header {
padding: 10px 0;
background-image: none !important;
}
But I want it to be #850000 permanently. I’m guessing this is somewhere other than the stylesheet, but I can’t find it.
Does anybody have any ideas?
Thanks!