Home › Forums › Jevelin Theme › Bug: featured image and meta data sneaking into page layout
Home › Forums › Jevelin Theme › Bug: featured image and meta data sneaking into page layout
Hi,
I was having an issue last week where the meta data I added to Yoast plugin would appear at the top of my WP bakery and then appear on the page when previewed/live. Now, I’m having an issue where the featured image shows up on the page. What is the source of the issue?
I removed it from live pages but you can see here
see https://www.presently.fun/tester2/
Hi – we WANT the featured image to be able to set the thumbnail for google search and beyond. We DON’T want the feature image to show up in the page though. Do you understand what I mean?
Solution for this topic
In this case, you can just 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; }
Thanks that worked
You are most welcome here 🙂