Hide background image on desktop.
-
How to HIDE background image of any column only for desktop as you have done on your demo website.
There the background image for News Letter column in hidden for Mobile devices, but I want to hide an image only for the desktop. So how should I do it?
Attachments:
You must be
logged in to view attached files.
Hi,
Try to add this extra CSS class for that row hide-bg-desktop
and then put this code snippet to the Custom CSS area for desktop devices only
.hide-bg-desktop { background-image: none!important; }
Regards
It did not work! Is there and other tricks?
It did not work! Is there any other trick?
Attachments:
You must be
logged in to view attached files.
Where we can see this code and CSS class added on your website now?