• Resolved yzee

    (@yzee)


    Hi,

    I was wondering how to remove the featured image from the top of posts. Searched around but didn’t find the answer to this and adding

    .single .featured {
      display: none;
    }

    to style.css didn’t work for me.

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Dario Devcic

    (@dariodev)

    Hi @yzee,
    If I understood correctly, you want to remove featured image from single post view only, and keep it on archives. In that case add

    .singular-post .post-thumbnail {
    	display: none;
    }
    

    Let me know if this works.

    Theme Author Dario Devcic

    (@dariodev)

    I think this has been solved. Please reply here or open a new ticket if you have further questions.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to Hide Featured Image’ is closed to new replies.