Site logo

Archived topic

Unable to remove featured image

3 replies · Started by aaron on July 16, 2021

Viewing posts 1–4 of 4

I tried the codes from this thread https://wordpress.org/support/topic/how-to-remove-featured-image-on-single-posts/

Customize > Additional CSS

Attemp 1:
div.page-header-image-single.grid-container.grid-parent {display: none}

Attemp 2:
add_action( 'after_setup_theme', function() {
remove_action( 'generate_before_content', 'generate_featured_page_header_inside_single', 10 );
} );

Both methods are not working, featured image is still showing on my posts

Hi there,

You can remove the featured image in Customizer > Layout > Blog --> Featured Images >>> Posts.

If thats not working, can you share a link to a page where you're having the problem?

Thank You, worked.

Glad to hear that!

This archived topic is closed to new replies.