This topic has 10 replies, 3 voices, and was last updated 9 years, 9 months ago ago by Eva Kemp
How do i change the header background from the default Woopress theme to be black ?
Hello,
Please try to add this code into custom.css file.
.header{
background: #000;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
Great that worked perfect but now i cant see my menu text !? Where do i change the font colour for the menu text 🙂
Thanks for your help.
Also how do i add some white space between the bottom of the header and the slider…??
Hello,
Please add this code in custom.css file:
.menu > li > a {
color: white;
}
.header {
margin-bottom: 20px;
}
Thank you.
Regards,
Eva Kemp.
Hi I added this in the custom.css and it didn’t change anything. Still got black text with a red colour when I hover over it ?
Hello,
Try to add !important to the code:
.menu > li > a {
color: white !important;
}
.header {
margin-bottom: 20px !important;
}
Thank you.
Regards,
Eva Kemp.
Still the same issue. When choosing variant 2 the menu text is only visible when hovering over it and it lights up red.
If i change to other variants the text can be sent but still not picking up white.
Hello,
I’ve edited the code.
Please check your site now.
Regards,
Eva Kemp.
Thankyou so much 🙂
Hello,
You’re welcome.
Regards,
Eva Kemp.
Tagged: background, black, customize, header, woocommerce, woopress, wordpress
The issue related to '‘Change Woopress Header Background to black’' has been successfully resolved, and the topic is now closed for further responses