fabiorino / crelly-slider

A free responsive slider for WordPress that supports layers. Add texts, images, videos and beautify them with transitions and animations.
MIT License
104 stars 36 forks source link

Load Icon #64

Open AVividImage opened 5 years ago

AVividImage commented 5 years ago

This is not really an issue as a request... 1st of all, I love the plugin, thanks for designing an easy to use drag and drop layer slider!!! My only request is from a branding standpoint the blue icon that shows as a slide loads sometimes clashes with my client's brand. Can I have some CSS to override the color and just make it black? Here is the site I'm referencing that looks "off" with the current icon. http://wooddimensionsky.com/ Thanks! Hannelore

fabiorino commented 5 years ago

Sure, add this:

.crellyslider > .cs-preloader > .cs-loader > .cs-spinner, .crellyslider > .cs-preloader > .cs-loader > .cs-spinner:before, .crellyslider > .cs-preloader > .cs-loader > .cs-spinner:after {
  background-color: #000;
}