Hello,
I have to specify a preview image and an image in the article. This is but then I appear two times in the article. If I remove the image in the article, then none in the rss feed is displayed. Is it provided for a switch to an image hide?
What should I do so in the feed to display an image?
Hey JochenBake!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.single .big-preview a {
display: none!important;
}
Regards,
Yigit
Thanks for the quick help, it is indeed hidden the second image, but the feed is still no picture!
Okay
Hi!
Please try adding following code to Quick CSS
.single-post a.fbx-link.aligncenter {
display: none;
}
Regards,
Yigit
Thanks for the quick help. The one with the picture in the article works now, but no image is displayed in the RSS feed still
Hey!
Update your theme to 2.7 which just came out this week. We added in a new option on the blog posts to hide the featured image on single products.
Regards,
Devin