Remove header image from blog post

Home Forums Gillion Theme Remove header image from blog post

Home Forums Gillion Theme Remove header image from blog post

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    RESOLVED Posts
  • dorianrevest
    Participant

    Hello, I would like to remove the image in the blog post but keep it in the post scroll.

    Which option should I activate or deactivate?

     

    Best Regards

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

    Hi @dorianrevest,

     

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

     

    You can just remove the featured image from the blog post.

     

    Best regards,
    Shufflehound team

    dorianrevest
    Participant

    Thank you for your reply.
    I explained myself poorly, I would like to keep the image in the blog but remove it in the article.

     

    Best Regards

    Could you please share the both page URLs from your site where it is displaying so that I can help you to achieve it?

    dorianrevest
    Participant

    Post : https://www.inklandtattoo.fr/blog/cicatrisation-tatouage-en-combien-de-temps-il-cicatrise/

    Home with list of posts : https://www.inklandtattoo.fr/blog/

     

    As you can see, in the post I have the image and in the list of post on the home page the artcile appears with the background image that we add in the post settings.

    I would like the image not to appear in the post but may appear in the thumbnail of the home page.

     

    Regards

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

    You can remove 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 .blog-slider #jarallax-container-0 {
        display: none !important;
    }

    dorianrevest
    Participant

    Thank you very much for your answer !
    But when I change the display model (see screen) the CSS code no longer works, is that normal?

     

    Best Regards,

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

    Solution for this topic

    Please use the below CSS code instead of the earlier shared CSS code to make it work.

     

    .single-post .blog-slider #jarallax-container-0,
    .single-post #page-container article .post-thumbnail {
        display: none !important;
    }

    dorianrevest
    Participant

    thank you very much !!

    You are most welcome here 🙂

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