Site logo

[Resolved] Unable to remove featured image

Home Forums Support [Resolved] Unable to remove featured image

Home Forums Support Unable to remove featured image

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

    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

    #1858216
    David
    Staff
    Customer Support

    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?

    #1858464
    aaron

    Thank You, worked.

    #1858471
    David
    Staff
    Customer Support

    Glad to hear that!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.