This topic has 4 replies, 2 voices, and was last updated 4 years, 10 months ago ago by Rose Tyler
Hi! I would like to use the mosaic view, but need to hide the featured image in this view, although removing it completely from the post is not an option.
Is there a way to do it natively in Classico or could you provide a code line for the functions.php?
Thank you!
Martin
Hello,
Please provide URL of your Blog page.
Regards
Try to add this code in Theme Options > Styling > Custom CSS:
article.post-grid.content-mosaic > div .wp-picture {
display: none;
}
Regards
The issue related to '‘Hide featured image on blog mosaic view’' has been successfully resolved, and the topic is now closed for further responses