Home › Forums › WoodMart support forum › How to disable single product thumbnails for moible devices? › Reply To: How to disable single product thumbnails for moible devices?
October 23, 2023 at 10:06 am
#506198
Aizaz Imtiaz Awan
Keymaster
Hello,
Please add this code to the Theme Settings > Custom CSS > Custom CSS for Mobile:
.thumbs-position-left .thumbnails {
display: none !important;
}
Best Regards.