Featured Image on Pages
- The topic ‘Featured Image on Pages’ is closed to new replies.
Need help? Check out our Support site, then
When I select a featured image for a page in the full width template, which I’d like to do for social media sharing such as Facebook, the image appears at the top of the page, above the title.
Is there a way I can set a featured image without it appearing on to of the page this way? I have already included the image in the body of the page in the dimensions I seek and don’t want it to appear twice.
Thank you!
The blog I need help with is: (visible only to logged in users)
Hey there, Sandrine!
You could hide that unwanted featured image with this snippet:
.page figure.feature {
display: none;
}
I hope this helps. 😀
Unfortunately, it doesn’t work. The featured image still displays on top. I cut and paste it exactly as you have it.
Do you have another solution by chance?
I am wondering if my concern is not clear? Let me know if I need to take a screen shot? Unfortunately, we can’t upload images here.
Oh! Sorry to hear this, Sandrine.
I’ve taken a second look. This should do the trick:
.page .featured-image {
display: none !important;
}
Have a great week 😀