Hi,
If there a way to disable the second image that shows in the articles and keep the first one, as you see attached?
Thank you!
llg-swiss
You can try this custom CSS:
.item-page .item-image-wrap { display: none; }
Thank you very much!