Custom CSS not working

Posted in: Newspaper
Post count: 494

Hi,

I need to hide on mobile and tablet the first image of a post for a specific category.
You privided this custom css:
.category-poker-en-ligne .td-post-content .su-row:nth-child(2) amp-img {
display: none;
}

It works fine for old posts like https://www.coupdepoker.com/poker-en-ligne/test-pmu-poker/?amp
But it does not work for new posts like https://www.coupdepoker.com/poker-en-ligne/code-bonus-pokerstars/?amp

Can you kindly help me fix it?

Thanks

Post count: 18283

Hello!

Please try this css code: category-poker-en-ligne,.td-post-featured-image amp-img{
display: none;
}

Let us know the results!
Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.