PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

How to change the default color of the price slider?

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

I did a few customization on WOOF. However, I was trying to add custom css in the advanced tab in order to change the default blue color of the price slider, but it doesn't work. Can anyone give me some help on changing the blue color in css? Maybe I got the wrong class or missed something. https://amordoll.com/shop/ Thanks!

 

 

Hello

Please try this styles:

.woof .irs--round .irs-bar {

background-color: #b83d69;

.woof .irs--round .irs-handle {

border: 4px solid #b83d69;

}

.woof .irs--round .irs-from, .woof .irs--round .irs-to, .woof .irs--round .irs-single {

background-color: #b83d69;

}

.woof .irs--round .irs-from:before, .woof .irs--round .irs-to:before, .woof  .irs--round .irs-single:before {

border-top-color: #fa004e;

}