Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #993081
    simonpurdon
    Participant

    Hi,

    On certain pages, like the Shop page, Checkout page and Cart page, I want to remove the standard background which is an image and rather replace it with a colour. How would I do this? Thanks!

    http://www.westpeak.co.za

    #993093
    Rad
    Moderator

    Hi there,

    Thanks for writing in.

    Please add this CSS to Admin > Appearance > Customizer > Custom > CSS

    body.page-id-1355, body.woocommerce {
    background: rgba(0, 0, 0, 0.9) !important;
    }
    body.page-id-1355 .backstretch, body.woocommerce .backstretch {
    display: none !important;
    }

    Hope that helps 🙂

    #993118
    simonpurdon
    Participant

    Thanks, but when I try to change the colours to make it a white colour, it doesn’t seem to work. Would this also apply for the other pages likey Cart and Checkout?

    Thanks.

    #993122
    Rupok
    Member

    Hi there,

    For other woocommerce pages, let’s update the code a bit :

    body.page-id-1355, body.woocommerce, body.woocommerce-page, body.woocommerce-cart {
    background: #fff!important;
    }
    body.page-id-1355 .backstretch, body.woocommerce .backstretch, body.woocommerce-page .backstretch, body.woocommerce-cart .backstretch{
    display: none !important;
    }

    Hope this helps.

    Cheers!

    #993149
    simonpurdon
    Participant

    That’s perfect thanks.

    One issue I’m having now is I’m unable to change the colour of the product text for http://www.westpeak.co.za/shop to black.

    #993160
    Christopher
    Moderator

    Hi there,

    Please add this :

    .woocommerce li.product .entry-header h3 a {
        color: #000;
    }

    Hope it helps.

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