Change Icon Cube Loading

Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #15330
    mllibre
    Member

    Hi, is there a way to change the animation cube when a page is loading?

    I would like to change this with a logo or similiar.

    Thanks,

    #15334
    Veena
    Moderator

    Search in Google for “Flat preloaders” and download the required gif file for preloader. Upload your favourite preloader to WordPress and then have this custom CSS in the custom/custom.css file to override the default one –

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

    Great!

    Thanks,

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change Icon Cube Loading’ is closed to new replies.