How to Hide first image from product gallery on single product page
This topic has 2 replies, 2 voices, and was last updated 11 months, 1 weeks ago ago by Luca Rossi
How to Hide first image from product gallery on single product page
Hi @Mohammed Abrar,
Please try adding this custom CSS under Theme Options > Theme Custom CSS > Global CSS:
.single-product .images .thumbnails li:first-child {
display: none;
}
Hope it helps!
You must be logged in to reply to this topic.Log in/Sign up