Hi,
I have a website running on X 7.2.3 without issue with the Integrity stack.
All of my post have a Featured Image. I’d like it displayed on my home page and post list page, but not on the detailled post view.
I found some threads from 2018 with CSS snippets to use, but none worked :(.
For now, I managed to remove the picture from the detailled post view, and keep it in the front page, but it is not displayed in the post list page. Is there a way to work around it?
Here’s the CSS I use:
.x-container .x-main.full .post .entry-featured .entry-thumb img{
display:none;
}
Thank you!