Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #730680

    Hello,
    I want to remove featured image inside the single post. I searched this forum and I found dozen of posts with same problem however these aren’t working for me – it’s still shows default “WordPress prencil”. Most probably it’s because of incompatibility with new WordPress 4.7
    I have the newest enfold verison: 3.8.4

    These custom css I alredy tried:

    #top .fullsize .template-blog .blog-meta {
    display: none !important;
    }
    
    .single .big-preview.single-small, .single .blog-meta {
      display: none!important;
    }
    
    .single-post .big-preview{
        display: none !important;
    }

    Kindly advice, thanks.

    • This topic was modified 7 years, 10 months ago by cheaptrip.
    #730789

    Hey cheaptrip,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #731508

    I have already found solution in another topic

    .template-blog .blog-meta, .multi-big .post_author_timeline, 
    .single-small .post_author_timeline { display: none; }
    .single .blog-meta { display: none!important; }

    However, could you let me know what is the purpose of the second and third line? Thanks.

    #731869

    Hi,

    Great, glad you found that and thanks for sharing. The third line will remove the meta like date and categories. You can remove that line if you want to keep those elements.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.