Tagged: blog posts, thumbnail
Hi All
Is there a way to have no thumbnail at all when displaying blog posts? I want a cleaner look, but there only seems to be the option of having an image thumbnail if a featured image is set, or having a stock thumbnail that matches the post type.
Thanks
Hey Tim,
Do you mean both on your blog page and in the individual posts? If so then please post a link to your site and we’ll have a closer look.
Best regards,
Rikard
Both actually! To remove all thumbnails is ideal, but ill take what I can get.
So for this page, there are blog posts listed in the Owners News section. Thats were I would like to start, by removing the thumbnails and just leaving the title and excerpt
thanks
sorry, sent the wrong url
Hi,
Try to add this css code in Quick CSS (located in Enfold > General Styling):
a.small-preview {
display: none !important;
}
Hope this helps.
Best regards,
Nikko
Thanks!
That however has seemed to put a dotted grey line that the posts/text crosses over, rather than bring separated by it.
Is there some css code to solve this?
Thanks
Hi,
Try adding this css code also:
#top .single-small .post_author_timeline {
display: none;
}
.flex_column .template-blog .post-meta-infos {
margin-bottom: 0;
}
:)
Cheers!
Nikko
That is perfect! Thanks so much!
Hey,
Glad we could help :)
Regards,
Nikko