Featured image on update

Home Forums Jevelin Theme Featured image on update

Home Forums Jevelin Theme Featured image on update

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Thabit2017
    Participant

    Hi

     

    I’ve updated my Jevelin version but now featured images are appearing at the top of each page. I’ve manually unticked ‘show featured image’ on one blog post but this function wasn’t available on the homepage so I’ ve had to delete the featured image altogether.

     

    Can this be fixed please? Page example – http://datumpoint.org.uk/homeowners/

     

    Thanks

    Hi @Thabit2017,

     

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

     

    You can hide the featured image on the page 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

     

    body.page .page-featured-image {
        display: none;
    }

     

    Best regards,
    Shufflehound team

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