Loading Spinner

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #9025
    diatredu
    Member

    Hi, I would like to know if there is a way to change the backgorund color of the loading spinner, and if I could choose a diferent spinner also…

    Thanks!

    #9045
    Veena
    Moderator

    Pls add the following custom CSS in the custom/custom.css file to override the default one –

    #page-loading {
    z-index: 10010;
    background: #333 url(http://yourdomain.com/wp-content/uploads/2014/07/Preloader.gif) no-repeat 50% 50%;
    }
    

    you can change the background color accordingly.

    #9099
    diatredu
    Member

    It chanhges the color but the spinner is not appearing… thanks

    #9109
    Raghavendra
    Moderator

    If you change the image url in the Custom CSS above to the right one, the image should appear. Can I know the image URL you are you using?

    #9135
    Raghavendra
    Moderator

    Also, make sure you insert the code into custom/custom.css file and not the theme options Custom CSS.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘Austin Theme Support’ is closed to new topics and replies.