Hi Sirs.
I am currently using a large background image for my homepage. Because it's so large and heavy I would like to know how I can make sure it does not load in mobile version.
Thanks
Hi jcruz2016
You can try this custom css:
@media (max-width: 767px) { #mainwrap { background: none !important; } }
Thank you!jcruz2016