Home Forums Lorina Shop Page Product Background Color

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #12989
    EKP
    Participant

    Hi, I am hoping this is the last item for help!

    This question is only for the SHOP page.

    Our shop page has products (product archive in the template) and each product shown, where the product title is, the background is white. See below image. How do we make that transparent and/or match the background color of the rest of the site?
    Basically, we don’t want it to be white.

    Any help? Please and thank you so much!

    http://www.e.yoma.com/collection

    #12995
    Yazmin
    Keymaster

    In your dashboard go to Appearance > Customize > Additional CSS, and add this custom CSS to make the products background transparent:

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        background: transparent;
    }

    With this transparent, the main body background will show through.

    #13000
    EKP
    Participant

    Thank you it worked perfectly!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Shop Page Product Background Color’ is closed to new replies.