• hi i am using the clean portfolio theme, although there is no support topics created for them as of yet.

    I am wanting to hide the featured image for all pages but leave the home page showing.

    I have tried some codes ive found on here but it does nothing.

    the site is not live as of yet for this reason if you could help with the css code that would be great

Viewing 1 replies (of 1 total)
  • Add this into Appearance > Customize > Additional CSS

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

    That’s the easiest way, but the page still loads image, it’s just hidden by CSS.

    To not output image, we have to create a child theme and then override the template. If you want to go that route, here is the info on childtheme for starter

    https://codex.www.ads-software.com/Child_Themes

    Once you have your child theme working properly, you can ask question in theme’s support forum so that theme’s author or people who use this same theme can help accordingly.

    CleanPortfolio theme support forum
    https://www.ads-software.com/support/theme/cleanportfolio

Viewing 1 replies (of 1 total)
  • The topic ‘hide featured image on pages only’ is closed to new replies.