Changing the loading page graphics

Support Forums for LiveMesh Themes & Plugins Forums Invent Theme Support Changing the loading page graphics

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #12863
    jimmybb
    Member

    Dear Support,

    Invent theme is currently offering a very nice image of a spinning square box but wondering how could we change this image? Would like to have a simple animated image of our logo instead.

    Sample screenshot of the spinning square box attached.

    Please advise which tab/widget/code we need to edit to sort this out.

    Thanks and much appreciated!

    #12871
    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%;
    }
    
    #12964
    jimmybb
    Member

    Thanks a million! 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Changing the loading page graphics’ is closed to new replies.