Comments 1Souvik started the conversationJuly 28, 2019 at 10:31amhow to i change header color?look at this:- 2,634Kevin repliedJuly 29, 2019 at 2:46amHi Souvik !If you want to change the header's background color, add the following css attribute to the Appearance-> Customize-> Additional Css section .header-content { background-color: #fff000;}where # fff000 is color code and can be changedthank you Sign in to reply ...
how to i change header color?
look at this:-
Hi Souvik !
If you want to change the header's background color, add the following css attribute to the Appearance-> Customize-> Additional Css section
.header-content {
background-color: #fff000;
}
where # fff000 is color code and can be changed
thank you