Featured Images

Home Forums Gillion Theme Featured Images

Home Forums Gillion Theme Featured Images

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • DuploX
    Participant

    Hi there, is there a possibility to TURN OFF the featured images being used in blogs on a system level rather than post per post ??

     

    Christoph

    Hi Christoph,

     

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

     

    I am not sure what you meant exactly by “on a system level rather than post per post” so could you please describe it a bit more in detail?

     

    Best regards,
    Shufflehound team

    DuploX
    Participant

    Right now I have to turn off the display of the featured image for every single post or page.

     

    Is there a way to turn off the featured images in the theme settings ??

    No there isn’t any theme option for it but you can hide them 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

     

    .page .post-thumbnail,
    .single-post .post-thumbnail {
        display: none;
    }
Viewing 4 posts - 1 through 4 (of 4 total)