Tagged: x Author Posts October 3, 2016 at 9:47 pm #1201418 verysandwichParticipant Hey all! I’m building a site for a client using X and the Woocommerce plugin. It’s in a sandbox site for the moment. I’d like to change the body background color of all product pages, but can’t seem to figure out the CSS. Here’s an example page/product: http://maximus.verysandwich.com/product/cholo-max-shirt/ I’m looking to change the color of the tan area. Thanks! VS October 4, 2016 at 2:18 am #1201588 RupokMember Hi there, Thanks for writing in! You can add this under Custom > CSS in the Customizer. .single-product .entry-wrap { background-color: #fff; } If you want to get rid of the border as well, use this instead : .single-product .entry-wrap { background-color: #fff; box-shadow: none; } Hope this helps. Cheers! Author Posts <script> jQuery(function($){ $("#no-reply-1201418 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In