Updated theme and now featured image shows

Home Forums Jevelin Theme Updated theme and now featured image shows

Home Forums Jevelin Theme Updated theme and now featured image shows

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

    I updated the theme files and now the featured image is showing up whenever a page has a featured image set.

    I added the code body.page .page-featured-image { display: none; } but the featured image continues to appear. I can delete it if I inspect the webpage but it is not a permanent change.

    • This topic was modified 3 years, 6 months ago by breakthru360.

    Hi @breakthru360,

     

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

     

    Could you please share your site URL where it’s happening so that I can troubleshoot it?

     

    Best regards,
    Shufflehound team

    I visited your website and saw you are using the CSS code as below that is wrong.

     

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

     

    Instead, please use the CSS code below and add it before all the CSS code that you are using on your website.

     

    body.page .page-featured-image { display: none; }
Viewing 4 posts - 1 through 4 (of 4 total)