• Sorry, this seems like a really silly question. But I am setting up Shapely for a photo blog. I love the theme, but every post I create has a grey image placeholder above the post image? I thought this was a featured image setting, but I am not setting any featured images on the posts. I even installed “Hide featured image” plug-in in order to turn off the featured images call.

    what am I not getting? Here is a sample page:

    https://henrycline.com/category/black-white/

    Thank you so much for developing gorgeous user friendly themes for WP!

    Henry

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Henry,

    I hope you are well today and thank you for your question.

    You can remove image placeholders by adding the following CSS code in the Custom CSS option of your theme on the below path.

    Admin Area -> Appearance -> Customize -> Additional CSS

    
    .post-content .entry-header img {
        display: none;
    }

    Best regards,
    Vinod Dalvi

    Thread Starter silsurf

    (@silsurf)

    thanks, that worked perfectly!

    You are most welcome here ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘image placeholders?’ is closed to new replies.