This topic has 4 replies, 3 voices, and was last updated 9 years, 3 months ago ago by Eva Kemp
We tried to set the background to another colour through ‘Theme Options’, ‘Color Scheme’ and then ‘site background’, but this doesn’t seem to change it.
If you see: http://www.blend4.nl/_index.php/
the white background on the front page and other pages should become black and the text (fonts) white. How can we set this?
Hello,
You can try add the following code in Global Custom CSS (Theme Options->Custom CSS).
.st-content {
background: #303030;
}
Regards,
Robert Hall.
Thanks Robert, almost there:
– on the main page the ‘new products’ background stays white
– the titles on the pages stay black
– the text on the pages is light grey instead of white
– in the shop overview the prices stay black
– in the sidebars the text colour is light gray and the mouse over red
– on the product pages the text is light grey and black, which cannot be set in the product page
How can this be adjusted in the css?
Hello,
Add this code in Global Custom CSS:
.vc_custom_1439907091072 {
background-color: #242424 !important;
}
.content-page .vc_separator h4, .product-title, .price, .product-categories > li > a, body {
color: white !important;
}
.etheme_add_to_cart_button {
color: white;
border: 2px solid black;
}
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up