Home Forums WoodMart support forum Moved: Reply To: FILTERS+ never change color

Moved: Reply To: FILTERS+ never change color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #243534

    kocberks
    Participant

    Hello
    https://hizliresim.com/JqEIye
    FILTERS+ never change color ,this is grey. I want happen white .Please help me. I try everything

    #243613

    Hello,

    Please provide the page URL with the problem. Is it the shop page?

    Best Regards

    #243667

    kocberks
    Participant
    #243688

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .woodmart-filter-buttons .open-filters {
        color: white;
    }
    body .woodmart-filter-buttons .open-filters:after, 
    body .woodmart-filter-buttons .open-filters:before {
    color:white;
    }
    body .widget a, .woodmart-widget a, div[class^=vc_wp] a {
        color: white;
    }
    body .woocommerce-ordering-list .selected-order {
        color: white;
    }
    body .woodmart-price-filter .current-state {
        color: white;
    }

    Best Regards

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