Change page background-color categories/products

This topic has 4 replies, 2 voices, and was last updated 9 years ago ago by Eva Kemp

  • Avatar: larsjanssen64@gmail.com
    larsjanssen64@gmail.com
    Participant
    May 20, 2016 at 14:44

    Hello,

    How do I change the page background-color from the product/categorie woocommerce pages. I don’t see any color options.

    For example this categorie page:

    https://nlgoodwaybe-goth.savviihq.com/producten/pipe-cleaners/#Pipe cleaners

    And this product page:

    https://nlgoodwaybe-goth.savviihq.com/product/rollover-nozzle-assembly/

    The home page has to stay grey!

    Thankyou.

    Lars Janssen

    3 Answers
    Avatar: Eva
    Eva Kemp
    Participant
    May 20, 2016 at 14:53

    Hello,

    For category add this code in Global Custom CSS:

    .archive .st-content-inner {
        background-color: red;
    }

    For single product:

    .single-product .st-content-inner {
        background-color: red;
    }

    Change color value to your needs.

    Regards,
    Eva Kemp.

    Avatar: larsjanssen64@gmail.com
    larsjanssen64@gmail.com
    Participant
    May 20, 2016 at 16:36

    Thankyou

    Avatar: Eva
    Eva Kemp
    Participant
    May 20, 2016 at 16:40

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

  • Viewing 4 results - 1 through 4 (of 4 total)

The issue related to '‘Change page background-color categories/products’' has been successfully resolved, and the topic is now closed for further responses

Helpful Topics

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.