Hello,
I’m trying to organize a lot of information in one page. On desktop I want to use tabs and on mobile accordion. The easy way is to use both and hide with css the element I don’t need based on device screen size. But this way the page load time is increased.
Is it possible not only hide an element, but prevent it from loading?
If not, what is the best practice I should follow on Pro theme?
Thank you!