Hello,
I’ve set up a website and a store on there with WooCommerce and it’s all working amazingly.
The only thing I would like to change is that there won’t be a background image on the “Shop” page and just use a color.
I tried the following code and when I reload the page I can see the color for a short time but then the background image fades in again.
.woocommerce-page{
background-color: #FFE1EF;
background-image: none!IMPORTANT;
}
Is there a way to just disable the background-image on this very page?
Thanks already for helping me out.
