• Resolved atheenais59

    (@atheenais59)


    Hi everyone,

    I tried a lot of solutions (CSS, content-single.php, customize CSS on sydney theme) but i can’t find a correct solution to remove the featured image on articles.

    Please help me 🙂 Thank you !

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello there,

    Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    .single-post .entry-thumb {
      display: none;
    }
    

    Regards,
    Kharis

    Thread Starter atheenais59

    (@atheenais59)

    Hello !

    It works ! Thank you !
    I had this code :

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

    What’s the difference ? Where is located the .entrey-header img ?

    Regard,

    Ath.

    • This reply was modified 6 years, 11 months ago by atheenais59.

    Your code appoints to the image object. Mine hides DIV element that wraps the image. In short, no much difference.

    Regards,
    Kharis

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

The topic ‘Delete featured image on posts’ is closed to new replies.