Hey there JDGS,
Hope you’re well today 🙂
Generally this should be possible with some custom CSS. If you’re looking to remove featured image only from your blog/home page please try adding the following CSS code in the style.css file of your child theme or add it in your site using the following plugin:
http://ww.wp.xz.cn/plugins/simple-custom-css
.blog img.archive-thumbnail.featured {
display: none;
}
If the code doesn’t work please post link to your site and let me know so I can take a look 🙂
Cheers,
Bojan
Thread Starter
JDGS
(@jdgs)
Hi, thank you for your help. But it didn’t work, I want to remove the featured image from the posts but not from the slider. Here it is the link: http://www.portugalselvagem.com/
Once again thank you very much for your help.
Hey again JDGS,
In that case please try using the following:
.singular-post img.single-thumbnail.featured {
display: none;
}
This should remove the featured image only from your single post pages.
Hope this helps 🙂
Cheers,
Bojan
Thread Starter
JDGS
(@jdgs)
Hi,
It worked, thank you very much Bojan 🙂
cheers
Daniel