Your account expired support, please renew to get your support.

Home Forums Themes Support Frames I want to change the loading icon in the image attached

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #9510
    osoliman13
    Support Expired

    how to change the loading icon????

    • This topic was modified 1 year, 8 months ago by osoliman13.
    Attachments:
    You must be logged in to view attached files.
    #9516

    Hi,
    Thanks for contacting us and choosing our product!
    You can do it by go to Appearance -> Customize -> Additional CSS and add this CSS code:

    .haru-ajax-overflow .haru-ajax-loading {
       background-color: transparent;
       background-image: url('your-image-url');
       background-size: cover;
    }
    .haru-ajax-overflow .haru-ajax-loading .loading-wrapper {
       display: none;
    }

    Hope this helps!

    ***
    Regards,
    HaruTheme

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.