Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #749195

    Hi, how can I change the preloader graphic?

    Thanks.

    #749444

    Hey DROR,

    Go to Enfold > Theme Options > (at the bottom) check Page Preloading > this option would appear Custom Logo for preloader
    Hope this helps.

    Best regards,
    Nikko

    #749445

    Hi Nikko, I did that and added a logo but it shows along with the preloading graphic. No way to replace the preloader graphic itself?

    #751157

    Hi,

    Try adding this css code in Quick CSS:

    #top .av-siteloader {
        background: url('your_image.png');
        background-size: 100% auto !important;
        border: 0 !important;
    }

    Just change your_image.png with the url of the image you want to use. Hope this helps.

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.