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