• Resolved akhilz

    (@akhilz)


    hi, i would like to Remove/Hide the Featured Image (only) in Single Post view.

    i have tried this code:

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

    it helps in hiding the feature image from above the Title but it still shows below the Title.

    also tried:
    .single-post .wp-post-image { display: none }

    didn’t work for me. please help.

    thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Remove Featured Image on Single Post’ is closed to new replies.