Hi,
I have several posts where I have featured images, using Be-Theme.
These images also automatically show on top of the post - which I don't want.
I tried a plugin which should hide the featured Images - but then they are also hidden in post-sliders which of course is absolute nonsense.
I also tried several customized additional CSS code lines, but none of them worked either. This is what I've tried so far:
(1) .featured-thumbnail { display:none; }
(2) .single .featured-thumbnail img { display:none; }
(3) .single-post .entry-featured { display:none; }
(4) .single-post .entry-thumbnail { display:none; }
I looked for some settings in the theme options but couldn't find any - did I overlook something?
What else can I do to hide the automatically appearing featured image on top of my posts?
thank you for you help!