This topic has 6 replies, 4 voices, and was last updated 9 years, 2 months ago ago by Jack Richardson
I’m using Header Type 3 and can’t figure out how to change the Header Color.The color is currently White which is the static header area.
Thanks.
Hello,
Please try to add the following code in Global Custom CSS (Theme Options->Custom CSS).
.header{
background-color: grey;
}
Regards,
Robert Hall.
Hi Robert,
Thank you very much for the code, it worked but not exactly how I thought it should. Could you please, help me out one more time?
I’m using Header #3 which has Transparent Background, When you scroll up the transparency goes away while a solid color background appears- Currently the solid background is white, I want to change the backgrouNd color that appears when you SCROLL UP.
The code you gave me, changes the default Header Background on any page that doesn’t have a slider-AND the header background that pulls down when you SCROLL UP Remains default white which is the background I want to change.
Thanks again
Hello,
Please try to use this css code:
.fixed-header-area {
background-color: rgba(0, 0, 0, 0.6);
}
or
.fixed-header-area {
background-color: transparent;
}
Regards,
Eva Kemp.
Thank you Very Much. The code worked perfectly
Hello,
You’re welcome.
Best regards,
Jack Richardson.
The issue related to '‘HEADER COLOR’' has been successfully resolved, and the topic is now closed for further responses