Hide featured image on posts - Icon stack

Hi,

I am trying to hide the featured images on my posts (e.g. https://www.spineandjoint.nl/publicaties/revalideren-na-corona-covid-19-hoe-dan-deel-3/).

I have used several CSS strings that I found on the forum, the most read being:

.single-post .entry-featured {
display: none;
}

But I have no success, the image keeps showing up.

Is there anything I am doing wrong? Or a different type of code that I must use?

Hope you can help!

Kind regards, Rob

Hello Rob,

The code you are trying to use is supposed to work. Perhaps there is an issue with the CSS code that you have in the Global CSS such as some CSS syntax error that is stopping the CSS code you are adding to work as expected.

To verify that, please copy all the codes that are in the Global CSS and paste it here.

It should provide some information if there are any CSS error that is causing the issue that you have to fix so that the CSS codes will work.

Hope this helps.

Thanks! It was a bit of a search, but there was an RBRACE missing before the .single-post part, so the code was not activated.

I found out how to fix it and it works fine now.

Thanks for the support, kind regards, Rob

You’re most welcome, Rob.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.