How do you decide on a color ?
-
How do you decide on a color ?
I can’t see the page number text and lines in the filter adjustment
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.