Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #1333908
page loading design
Closed

Comments

  •  1
    franziskakuppe started the conversation

    Hi,

    I´d like to change the colors of the loading animation. Where can I change that?

    Regards

  • [deleted] replied

    Hi,

    You can change it with css code like this:

    #page-preloader .page-preloader-spin {
        border-top-color: #b9b7ff;
    }
    #page-preloader .page-preloader-spin:before {
        border-top-color: #00bcd4;
    }
    #page-preloader .page-preloader-spin:after {
        border-top-color: #a3e7f0;
    }

  •  1
    franziskakuppe replied

    Hi Max,

    sorry, I can´t find the code in CSS to change the color. Can I just add the code with new colors the the file style.css of TheGem theme?

    Regards

  • [deleted] replied

    No,

    You need place code like this to Custom CSS field in theme options.