Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1142117
    Peter Fae
    Participant

    Hey. This is how my Shop page looks currently –> https://cl.ly/0O3n1H3O3j06

    Notice that the text is white on the sidebar and can barely be seen. Also notice that there is grey in some sections and white in others. How can I make the whole screen white with black text in the sidebar?

    #1142418
    John Ezra
    Member

    Hi there,

    Thanks for writing in! We need to use some CSS to fix this. Would you mind providing your URL so we can take a look. Thanks!

    #1148654
    Peter Fae
    Participant
    #1149084
    Darshana
    Moderator

    Hi there,

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

    
    .woocommerce .x-sidebar {
        background-color: #ffffff;
    }
    
    .woocommerce .x-sidebar a {
        color: #000000 !important;
    }
    
    .woocommerce .x-sidebar .quantity {
        color: #000000;
    }
    
    .woocommerce .x-sidebar .total {
        color: #000000;
    }
    
    .woocommerce .x-sidebar .empty {
        color: #000000;
    }
    

    Hope that helps.

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