• Hello,

    could you please advise on how to hide a featured image (thumbnail) from the blog post page?

    Tried to use Hide Featured Image plugin but it doesn’t seem to work with this theme.

    Thanks in advance.
    Regards,

    Lukas

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Shaped Pixels

    (@shaped-pixels)

    Hi Lukas….just to confirm, you are wanting to hide the blog post summary featured image, or hiding it from the “full post” view?

    Also, what blog style is selected from the Blog Options panel in the customizer?

    Thread Starter lukasmika8

    (@lukasmika8)

    Thanks for the reply. My aim is having no featured image in the blog post summary.

    As for blog style, I have got “Top Featured Image Right Sidebar” chosen there and the “Show Full Post Featured image” box is unchecked if that is of any help.

    I am guessing there might be a custom CSS to hide the featured image?

    Thanks
    Lukas

    Theme Author Shaped Pixels

    (@shaped-pixels)

    Sorry for late reply…just starting my day here.

    There’s a couple methods to hide it in the summary, either remove (or don’t use) a featured image, or, use custom CSS to hide it from view. For the CSS method, make sure you are using either:

    1. a child theme
    2. Jetpack (if using) for its Custom CSS
    3. Simple Custom CSS (a popular plugin)

    Do this:

    .home .wp-post-image {
        display: none;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Featured image on blog post page removal’ is closed to new replies.