Neon51
February 1, 2022, 6:42pm
1
Hi. I’m making a website on the Venture theme but having problems with the colours. The home page colours are perfect but colors on other pages are not displaying correctly, including product pages.
I want to go from this:
To this:
Content background: white
Heading text: black
Body text black
Link: https://neon51.com/products/neon-alien
Password: uduwha
Any help is much appreciated. Thanks!
Neon51
February 10, 2022, 6:41pm
2
Didn’t get a reply from anyone
Any ideas?
Any help is hugely appreciated.
@Neon51
Please Add this CSS to your css file
main#MainContent {
background: #fff !important;
color: #000 !important;
}
h1.product-single__title, .js-qty__adjust .icon {
color: #000 !important;
}
button#AddToCart-product-template {
background: transparent !important;
}
Thanks!