This topic has 4 replies, 2 voices, and was last updated 5 years, 10 months ago ago by Rose Tyler
Hi How do I change the background of my shop and product pages which are currently white? https://www.criticalenvironmentsolutions.co.uk/shop-cleanroom-products/
Hello,
.post-type-archive-product .st-content-inner {
background-color: #8cc4e2;
}
Regards
Hi Rose
Thank you for that this has worked on the main shop page, but what about category, product and single product pages these still remain white.
Many Thanks
Hello,
Please change the previous code to:
.st-content-inner {
background-color: #8cc4e2;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up