Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @wderieryp,

    Do you mean when viewing the post/page itself, and/or when showing the preview for the post/page on an archive page (like the main blog grid)?

    There isn’t a setting for it in the theme, but it’s possible by adding custom CSS. Let me know where you want the featured image hidden, and I’ll post the CSS for it.

    — Anders

    Thread Starter wderieryp

    (@wderieryp)

    Hi @anlino,

    I’d like to remove the feature image when viewing the post/page itself.

    Thank you.

    Theme Author Anders Norén

    (@anlino)

    Hi @wderieryp,

    Go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and add the code below:

    body.page .featured-media, body.post .featured-media { display: none !important; }

    Let me know if that does it.

    — Anders

    Thread Starter wderieryp

    (@wderieryp)

    Hi Anders,

    Thank you. I removed body.page, so the final code was:

    .featured-media, body.post .featured-media { display: none !important; }

    • This reply was modified 3 years, 10 months ago by wderieryp.
    • This reply was modified 3 years, 10 months ago by wderieryp.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Feature image’ is closed to new replies.