Dentalia has now been updated to 2.3 and a major update for Recycle is coming soon. We hope you enjoy the new features! Thanks for your patience!

Okay
  Public Ticket #2813867
I don't want the featured image to appear on the single content page
Closed

Comments

  •  7
    orhanabi2 started the conversation

    I don't want the featured image to appear on the content page as it appears in the video. I only want it to appear on the Home Page and the grid.

  •  564
    OrionThemes replied

    Hi,

    For some reason, I am unable to download the uploaded video.

    If you are trying to hide the image on all single posts, you can use this CSS snippet (just copy it to Theme options -> Custom CSS):

    .single-post .o-tpl.tpl-single > .entry-header {
    display: none;
    }

    Kind regards,

    Andrej