Hi, is there any not to display the product image after clicking into the product gallery in single product page?
as it is repeated for us ( one is small, one is big), but the looks the same
Hey YongyanLi,
Could you link to an example page and point out what you would like to remove please?
Best regards,
Rikard
Hi,
Thanks for the screenshot, so just to be clear; you want to hide the whole gallery or just the first image?
Best regards,
Rikard
just the 1st image
Hi,
Add the following to quick css:
ol.flex-control-nav.flex-control-thumbs li:first-child{
display:none!important;
}
Best regards,
Jordan Shannon