Hi, how can I change the preloader graphic?
Thanks.
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
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?
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