This topic has 10 replies, 3 voices, and was last updated 9 years, 7 months ago ago by Robert Hall
How do we change the background color of the header? I didn’t see any option for that in theme options. Or can it only be done with css?
Hello,
Please add following code in custom.css file
.header{
background: #932ca5;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
Thanks. I know how to add custom css. I just didn’t know if there was a way to do it in theme options.
Also, for header styles that have tworows (like header style 12), can we have one background color for one row, and another background color for the other row?
Thankls,
Rob
Hello,
Please show a screenshot for what rows you want to change background color.
Thank you.
Regards,
Eva Kemp.
http://www.awesomescreenshot.com/image/5384/1f74ecb05bfbc152e77b4df9ad319dc4
But as the screenshot says, I guess I can just change css of menu background, yes?
In this case you can use following code
.navbar-collapse{
background: red;
}
Regards,
Robert Hall.
Thanks. And what CSS is use to change the color of the sticky menu – the one that fixes to the top of the screen when you scroll down?
Thanks,
Rob
Please try this code.
.fixed-header .navbar-collapse{
background: red;
}
If you want to change backgroung for full width fixed header use following code
.fixed-header-area{
background: red;
}
Regards,
Robert Hall.
Awesome. Thanks!
Hello,
You’re welcome!
Regards,
Robert Hall.
Tagged: background, change, customize, header, template, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up