Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1056381
    ikmsa
    Participant

    Hi

    Ive set the entire site to have a black background, but the shop page has a white background. Where do i change these settings?

    Thanks

    #1056572
    Rupok
    Member

    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.

    #1057829
    ikmsa
    Participant
    This reply has been marked as private.
    #1057840
    Thai
    Moderator

    Hey There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    .woocommerce-page .site {
        background-color: hsl(0,0%,8%);
    }

    Hope it helps 🙂

    #1058092
    ikmsa
    Participant

    Thanks, unfortunately its still white didnt work 🙁

    http://signature.ikind.media/shop/

    #1058274
    Darshana
    Moderator

    Hi there,

    I have added the following code. Could you please clear your browser cache and see if that is what you expect.

    
    .woocommerce .site {
        background-color: #141414;
    }
    

    Thanks!

    #1061500
    ikmsa
    Participant

    Yes thank you that did help, could you please make the widgets in the sidebar the same colour?

    Many Thanks
    iKm

    #1061566
    Thai
    Moderator

    Hey There,

    Please add the following CSS:

    .widget ul li, 
    .widget ol li {
        background-color: #141414;
    }

    Hope it helps 🙂

    #1064502
    ikmsa
    Participant

    Yes thanks so much 🙂

    #1064615
    Thai
    Moderator

    If you need anything else please let us know.

  • <script> jQuery(function($){ $("#no-reply-1056381 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>