Featured Image

Home Forums Jevelin Theme Featured Image

Home Forums Jevelin Theme Featured Image

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • sk_skg
    Participant

    Hello,

    In order for Yoast SEO to show an image next to the “Mobile Result” preview, I need to upload a featured image in the page.

    However, that image appears at the top of the page (front end).

    Is there a way to hide the featured imaged at the top of the page?

    I am using a plugin in another website ( Conditionally display featured image on singular pages and posts) but it is impossible to use it with the Jevelin template.

    Regards

    Savas

    Solution for this topic

    Hi Savas,

     

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

     

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

     

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

     

    Best regards,
    Shufflehound team

    sk_skg
    Participant

    Many thanks, Savas

    You are most welcome here 🙂

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