oh sorry for that issue can you try this code
- Go to Online Store->Theme->Edit code
- Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.product-single__thumbnails .grid__item {
display: none;
}
.product-single__thumbnails .grid__item:first-child {
d: block;
}