Replies: 0
I am using Storefront with Woocommerce. I would like to use a background image on all pages but the Shop, Cart and Checkout pages. I set the background image in Customize/Appearance/Background. But there is no option for selecting what pages you want it on. So, I placed this code into Additional CSS, which did not work. .body.page-id-253,
.body.page-id-250,
.body.page-id-1072
{
background-image:none !important;
}
I would really appreciate any help.