Hi @lemjasmine ,
The preloader feature as part of the theme settings.
To remove the preloader, try the following steps:
- Check the theme settings: Many themes have an option to disable the preloader in their theme options or customization panel. Go to the theme options in your WordPress dashboard and look for the preloader settings. Disable the preloader from there.
- Additional CSS: If you want to ensure the preloader is removed via CSS, try using this more specific selector:
#load.ring-loader {
display: none !important;
}
3. Mobile loading issues: Since you’re experiencing slow loading on mobile, here are a few suggestions:
- Optimize images: Ensure that your images are optimized for mobile devices.
- Lazy load images: You can configure WP Rocket to lazy load images and videos on your site, which could improve mobile performance.
- Use a CDN: WP Rocket has an option to use a CDN (Content Delivery Network) that can speed up delivery to mobile users.
- Reduce server response time: You might also want to check with your hosting provider to ensure that your server resources are sufficient to handle the mobile traffic.
Let me know if you need further help!
Best, Mohd Javed