Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #237576

    Hello

    How do I remove the featured image above each title on the blog and inside an actual blog post. I need to have featured images as they are used elsewhere on the site.

    I have tried adding this to Quick CSS, saving and opening the site in incognito mode with no luck:

    .post-entry .big-preview{ display: none !important; }

    Thanks.

    #237578

    Hey Frostholm!

    Please try following code instead

     .big-preview{ display: none !important; }

    If that does not work, please post the link to your website so we can take a look

    Best regards,
    Yigit

    #237584
    This reply has been marked as private.
    #237585

    Hey!

    Please try adding the code to bottom of Style.css file of your child theme in Appearance > Editor.
    Please also not that version 2.6.1 was released recently and available for downloading

    Regards,
    Yigit

    #237613

    That worked! Thank you so much!

    I have also updated

    #237615

    Hi!

    Great! Let us know if you have any other questions or issues :)

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove the featured image above title’ is closed to new replies.