[Support request] Change WooCommerce Single Product Background Color

Home Forums Support [Support request] Change WooCommerce Single Product Background Color

Home Forums Support Change WooCommerce Single Product Background Color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #409882
    Shakespeare

    Hi,

    How do I change the background color of a Single Item product? Seems to be not working on the customizer. Color>Body

    #409886
    David
    Staff
    Customer Support

    You will need to add some CSS:

    .product .inside-article {
         background-color: red;
    }

    https://docs.generatepress.com/article/adding-css/

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.