Tagged: thumbnail
When I set the thumbnails images of the posts, these are then also displayed inside the post itself.
I would like to remove them, I have already tried to insert this code in the quick css
.div.big-preview.multi-big, a.small-preview {
display: none;
}
but it did not work.
attached the link to make you understand my problem, because the image is repeated within the article and I do not like it.
How can I do?