Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #27422

    I’m setting up Enfold on my blog, and it’ll take me a while to get featured images for all the posts. How can I temporarily remove them, from the main page, single page, latest posts widget, You Might Also Like, etc.? Basically, I just want to turn off featured images until I can spend the time adding them.

    Related: is there any way to apply the same featured image to all the posts in a category? If so, then I could do a mass apply, and wouldn’t have to turn them off.

    #133961

    Hi,

    You can add this on your custom.css or Quick CSS:

    .slide-image, .big-preview.single-big, .small-preview {
    display: none !important;
    }

    This will temporarily hide all of the featured images.

    Regards,

    Ismael

    #133962

    I added the above CSS, and the featured images (or, in my case, placeholders) are still showing.

    #133963

    Hi,

    Can you please give us a link to your website with the featured images still appearing?

    Regards,

    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How can I remove featured images?’ is closed to new replies.