Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #746201

    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

    #746703

    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

    #746711

    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

    #746715

    sorry, sent the wrong url

    #748599

    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

    #749103

    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

    #749553

    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

    #749676

    That is perfect! Thanks so much!

    #749761

    Hey,

    Glad we could help :)

    Regards,
    Nikko

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.