disable image

Home Forums Gillion Theme disable image

Home Forums Gillion Theme disable image

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

    I would like to disable this image from all my blogposts

    Attachments:
    You must be logged in to view attached files.

    Hi @juniormartian,

     

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

     

    Could you please share the page URL from your site where it is displaying so that I can help you to disable it from all blog posts?

     

    Best regards,
    Shufflehound team

    You can disable it 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 #content .post-thumbnail {
        display: none !important;
    }
Viewing 4 posts - 1 through 4 (of 4 total)