• Robby Barnes

    (@robby-barnes)


    Website URL: fifthestate.org
    Theme Version: Responsive Child Theme v. 1.0.0
    Responsive Theme v. 6.0.1
    WordPress Version: 6.7

    Hi folks,
    Example: https://www.fifthestate.org/product-category/print-edition/
    The page background on my site is mauve: #F7EDDC
    This works well in my WooCommerce store, except for the product display on Category pages, which appears white.
    I tried the following CSS, which didn’t fix the problem:
    /* make product in category background Mauve */
    .single-product #main-content {
    background-color: #F7EDDC;
    }
    I would be grateful for any help with this…
    Robby

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hii @robby-barnes

    Thank you for reaching out.

    You can use the following CSS on your site and let us know if it helps. After applying the CSS, I recommend quickly reviewing your site to ensure it hasn’t affected the styling on any other pages.

    .tax-product_cat.responsive-site-style-boxed ul.products li.product {
    background-color: #F7EDDC;
    }

    Feel free to reach out in case of any queries.

    Regards
    Maheswar

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.