How to remove featured posts from blog post?

Home Forums Gillion Theme How to remove featured posts from blog post?

Home Forums Gillion Theme How to remove featured posts from blog post?

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

    Hi,

     

    I have tried to remove the featured posts image that comes above the title, i tried to remove it with the following code, but it didn’t work, could you please help me out on this issue

    here’s the link to my website

    https://www.pixelyatra.com

    .single-post .post-meta-thumb {
        display: none;
    }
    
    

    Hi @pixelyatra,

     

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

     

    Do you want to remove it from single post page?

     

    Could you please share me the exact page URL from your site where it is displaying and the screenshot of it so that I can help you to remove it?

     

    Best regards,
    Shufflehound team

    pixelyatra
    Participant

    Hi,

     

    I want to remove the featured image from all posts pages , but want them to appear as thumbnails on homepage blog posts layout

     

    here’s the link

    https://www.pixelyatra.com/chopard-timekeepers-event/

     

    PS: I configured the featured image to appear after the title

     

    Thanks you

    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 article .post-thumbnail {
        display: none;
    }
Viewing 4 posts - 1 through 4 (of 4 total)