To whom it may concern,
Is there a way where I can add the thumbnail featured image separately than the content image in the blog posts. Or maybe have the functionality so that the featured image in certain posts can be displayed as the thumbnail but nor part of the content ?
Regards
Hi FamalcoGroup,
The blog page fetches the featured image of the posts but if you don’t want the featured image appearing in the single post page, then we can use CSS to hide it.
Just let us know the Blog Layout you are using so we can provide the CSS.
Best regards,
Nikko
Hi,
Thanks for this. The blog layout I am using is and advanced layout builder I created. The featured image I would like to keep as is, but I would like to not have it displayed in the single posts as well since I would then want to add images myself.
Regards
Hi FamalcoGroup,
I see, can you try adding this CSS code in Enfold > General Styling > Quick CSS:
.single-post .big-preview {
display: none;
}
Best regards,
Nikko
thank you :)