Home › Forums › WoodMart support forum › Hide background image on desktop. › Reply To: Hide background image on desktop.
February 24, 2018 at 8:24 pm
#42107
Artem Temos
Keymaster
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