Comments wearefirstframe started the conversationApril 15, 2022 at 5:54pmI was able to change the shop background color to white but I need all other pages associated with Woocommerce to be white as well.im also having an issue with Shipping and payment options not being available.best regards,jamie 850Jelly repliedApril 17, 2022 at 11:33amHello, Please try adding this code to Appearance > Customize > Additional CSS or at the end of style.css: body.custom-background.woocommerce-cart .blog-page { background-color: white !important; } body.custom-background.woocommerce-checkout .blog-page { background-color: white !important; } body.custom-background.woocommerce-page .blog-page { background-color: white !important; } Best Regards,Jelly Team1 Like Sign in to reply ...
I was able to change the shop background color to white but I need all other pages associated with Woocommerce to be white as well.
im also having an issue with Shipping and payment options not being available.
best regards,
jamie
Hello,
Please try adding this code to Appearance > Customize > Additional CSS or at the end of style.css:
Best Regards,
Jelly Team