Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1343582
    dakotasc
    Participant

    I am currently running the agency stack for my woocommerce store and I would like to know if there’s anyway to change the white background behind all the products.

    #1343660
    Rahul
    Moderator

    Hi There,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1343771
    dakotasc
    Participant
    #1344204
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .entry-featured {
        background-color: #ddd !important;
    }

    Thanks.

    #1344263
    dakotasc
    Participant

    I added this code in attempts to get a lavender color but it did not change anything, I tried the original code you sent, it also didn’t change the background.
    .entry-featured {
    background-color: #E6E6FA !important;}

    #1344565
    Thai
    Moderator

    Hi There,

    I could see that the background color behind the product images already changed.

    Could you please clear the cache and try again?

    http://i.imgur.com/B8d7O9q.png

    Thanks.

    #1345025
    dakotasc
    Participant

    I meant the entire page behind the pictures.

    #1345232
    Jade
    Moderator

    HI there,

    Please try this code:

    .post-type-archive-product .x-main.full {
        background-color: #ddd !important;
    }
  • <script> jQuery(function($){ $("#no-reply-1343582 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>