storefront remove background image on one page
-
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.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘storefront remove background image on one page’ is closed to new replies.