Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

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.