How can i change the header color in Andy Warhol theme?

Hello. How are you?

How can I change the header color in Andy Warhol's theme? My logo has a blue/teal background and I want to change the Andy Warhol theme to that color.

Thank you.
 
E

Ekaterina Sayapina

Guest
Hello. How are you?

How can I change the header color in Andy Warhol's theme? My logo has a blue/teal background and I want to change the Andy Warhol theme to that color.

Thank you.
Hello Leandro,

Thanks for your question!
To change your header color, please add this piece of code to your Customization => Head => CSS:

.header_cont, .header_flex {
background: blue;
}

Don't forget to replace 'blue' with your color code! :)
 
Hi, @Ekaterina Sayapina . How are you?

I bought the Andy Warhol WOO theme and I want to know what's the CSS code to change the header color in the woo theme?

I tried the code above but it doesn't work for the Andy's WOO theme.

Thank you.
 
E

Ekaterina Sayapina

Guest
Hi, @Ekaterina Sayapina . How are you?

I bought the Andy Warhol WOO theme and I want to know what's the CSS code to change the header color in the woo theme?

I tried the code above but it doesn't work for the Andy's WOO theme.

Thank you.
Hello Leandro,
Thanks for your question! Please add this piece of code to Customization => Additional CSS:

.header-main {
background-color: YOUR COLOR;
}

Please let me know if there's anything else I can help you with!
 
Top