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

Fox currency switcher pre loader colour

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.

Hey guys,
There is no setting to change the pre loaders colour. I tried doing it with the following snippet;
.woocs-lds-ellipsis {
color: white !important;
}
and
.woocs-lds-ellipsis {
color: #ffffff !important;
}

But nothing is working. The blue preloader is quit an issue at the moment for us, please assist!!

Hello

Try  to add  CSS:

body .woocs-lds-ellipsis div {

background: #fff;

}