Home Forums WoodMart support forum Category Filter Background and Text Colors

Category Filter Background and Text Colors

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #277699

    viribright
    Participant

    We’d like to make the Category Filter Background Color dark and the Text Colors light.

    Attachments:
    You must be logged in to view attached files.
    #277757

    Hello,

    I saw the screenshot you attached. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .sidebar-container {
        background: black;
    }
    
    .widgettitle {
        color: white;
    }
    
    .widget a, .woodmart-widget a {
        color: white;
    }
    
    .product_list_widget>li .product-title {
        color: white;
    }
    
    .widget_price_filter .price_slider_amount .price_label {
        color: white;
    }
    
    .widget_price_filter .price_slider_amount .price_label>span {
        color: white;
    }

    Best Regards

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)