Hi,
I’m looking for some help to hide image thumbnails in the single product page while still having the slider for gallery images enabled. Is there some CSS code that can do this?
This topic has 4 replies, 3 voices, and was last updated 10 years, 2 months ago ago by Eva Kemp
Hi,
I’m looking for some help to hide image thumbnails in the single product page while still having the slider for gallery images enabled. Is there some CSS code that can do this?
Hello,
Try to add this code in Global Custom CSS.
#product-pager{
display:none !important;
}
Regards,
Robert Hall.
Thanks Robert, that has worked.
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Hide thumbnails in Single Product Page’' has been successfully resolved, and the topic is now closed for further responses