Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1201418
    verysandwich
    Participant

    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

    #1201588
    Rupok
    Member

    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!

  • <script> jQuery(function($){ $("#no-reply-1201418 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>