How to change the header color in Unwind theme?
Hello. Is there CSS code or some other way to change the header color in my Unwind theme?
Thank you!
Lisa
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi Lisa,
You can change the masthead background color by adding (and adjusting) the following CSS to WP AdminAppearanceCustom CSS:
Menu:
#masthead .top-bar { background: #f0f; }For the header (it’s where the site title appears):
#masthead > .container { background: #ff0; }For the entire masthead (menu, header):
#masthead.site-header { background: #0f0; }You might also need to install the SiteOrigin CSS Editor.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.