Support » Theme: Grip » Single Post Page Featured Image

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author candidthemes

    (@candidthemes)

    Hi @barisozyurek ,

    At first, thank you so much for using our theme Grip.

    To hide the featured image for the single post, you need to do the following:
    – From Appearance go to Customize
    – Next, go to the Grip Theme Options and then Single Post Options
    – You will get the option to hide the featured image. Enable Featured Image
    – Unchecked to hide the featured image.

    For dedicated support, you can use our official support forum[https://www.candidthemes.com/supports/] as well.

    Regards
    Candid Themes

    Thread Starter baris

    (@barisozyurek)

    When I unchecked the featured image option, I can’t see featured images on the homepage. I just want to hide the featured images for only single post pages.

    Theme Author candidthemes

    (@candidthemes)

    Please add the below css codes on Appearance > Customize > Additional CSS to hide the featured image on single post.

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

    Hope this helps.

    Thank you

    Thread Starter baris

    (@barisozyurek)

    Thank you 🙂 It worked.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Single Post Page Featured Image’ is closed to new replies.