Home Forums Themes Support General How to set GIF image as Pre-loader in HaruTheme?

Tagged: 

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #3696

    Hi all customer,

    In this topic we’ll help you use a GIF image as Pre-Loader of our theme.

    Step 1: In Theme Options -> General Settings please set it like this:
    Step 2: Go to Appearance -> Customize -> Additional CSS and add this code:

    .haru-loading-site-absolute {
    background-image: url(https://your-image.gif); // you can change to other value
    background-size: cover;
    width: 200px!important; // you can change to other value
    height: 155px!important; // you can change to other value
    }
    
    .haru-loading-site-absolute > div {
    display: none;
    }

    Hope this helps!

    ******
    Regards,
    HaruTheme

    • This topic was modified 3 years, 8 months ago by admin.
    • This topic was modified 3 years, 8 months ago by admin.
    • This topic was modified 3 years, 8 months ago by admin.
Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.