Archived topic
Featured Image not shown
3 replies · Started by Marko on June 19, 2021
Hello,
I have tried to find an answer in other forum post, but haven't really figured it out.
And I'm also not sure that I correctly understand how the featured image should work.
I'm using GP Premium and have activated the Blog plugin.
In the customiser > blog > Posts / Pages, I have activated the "Display featured images".
Location "Above Title".
But the chosen featured image is not shown. Here's an example: https://www.formatfour.at/hallo-welt/
And I can't figure out why!?
I assume I could achieve the same thing with an element and hook above the article or page, but i though it should be easier with the featured images option.
Basically I want to have the featured image as a hero picture above the post/page in full width and as far I understand the documentation it should be possible.
Any ideas why it's not working or if I am missing any setting?
Thanks
Marko
Hi there,
You have this CSS added which is causing the issue:
.featured-image {
line-height: 0;
display: none;
}
Removing that will fix it.
Hi Leo,
of course. makes sense.
We added this when we were experimenting with a elementor template.
Thanks!
No problem :)