Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #266198

    I do not want the thumbnail pictures in front of posts. (also called preview pictures or featured images) How do i remove those?

    #266274

    Hi migduvednok!

    Thank you for using the theme!

    Do you want to remove the featured images on the blog overview page or in the single page view? When editing the posts, you can enable the “Don’t display image on single post” to hide the featured images. You can also add this on Quick CSS or custom.css:

    .div.big-preview.multi-big, a.small-preview {
    display: none;
    }

    Regards,
    Ismael

    #266308

    But i want this as a “toggle” (an option) on the theme itself !
    (or in a category or post type)
    I’m working on making a site where users can log in and post, so the fewer things the user has to edit but still make the default layout, the better.

    #266382

    Hi!

    There is a “toggle”, are you using the latest version of Enfold?

    Regards,
    Josue

    #267160
    This reply has been marked as private.
    #267241

    Hi!

    Please add following code to Quick CSS as well

    .archive div.big-preview.single-big {
    display: none!important;
    }

    Regards,
    Yigit

    #267266
    This reply has been marked as private.
    #267269

    Hey!

    You are welcome, glad we could help! :)

    Regards,
    Yigit

    #267942
    This reply has been marked as private.
    #267945

    Hi!

    Please add following code to Quick CSS as well

    .blog div.big-preview.single-big {
    display: none!important;
    }

    Regards,
    Yigit

    #268036

    Hi Yigit,

    it works, thanks for your prompt reply.

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘How to remove post thumbnails?’ is closed to new replies.