• Resolved farahy

    (@farahy)


    Hi,

    May I know how to remove the featured images from appearing on posts?

    Thanks in advance!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi there, please paste this inside your custom css box

    
    .single #content .entry-featured {
        display: none;
    }
    .single #content  .entry-related .entry-featured {
        display: block;
    }
    

    This will hide the featured image only in single posts. Let me know if this works

    Thread Starter farahy

    (@farahy)

    Works like a charm! Thanks, Fotis!

    Glad I could help!
    I’d like to ask you, if you like the theme and could take a minute to review it here it would help us a lot!

    Thread Starter farahy

    (@farahy)

    Done ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove Featured Image from Posts’ is closed to new replies.