Featured Image

Home Forums Gillion Theme Featured Image

Home Forums Gillion Theme Featured Image

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • nestageez
    Participant

    Hello! For the Gillion theme, is there a way to turn off the FEATURED IMAGES on all posts rather than doing them in the post section? I don’t want featured image to show on posts.

    Hi @nestageez,

     

    I hope you are well today and thank you for your question.

     

    You can hide featured image on single post page by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

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

     

    Best regards,
    Shufflehound team

Viewing 2 posts - 1 through 2 (of 2 total)