Tagged: category page, Images
Hi, Is it possible to display the category page as a masonry style?
If not, will it be possible to display a picture on the category pages? I have removed the featured image because it appears two times when I add a bigger image in the posts.
Hi!
Re-enable the featured image and then add this to code to Quick CSS:
.single .big-preview {
display: none;
}
Regards,
Josue