Home Forums WoodMart support forum How do you decide on a color ?

How do you decide on a color ?

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

    masterled
    Participant

    How do you decide on a color ?
    I can’t see the page number text and lines in the filter adjustment

    #318086

    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.

    .widget_price_filter .ui-slider .ui-slider-range {
        background-color: green;
    }
    
    .widget_price_filter .ui-slider .ui-slider-handle:after {
    
        background-color: green;
    }
    
    nav[class*="-pagination"] li .current {
        color: green;
    }

    Regards.
    Xtemos Studios.

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