Remove featured image on mobile version?

Posted in: Newspaper
Post count: 361

When I use the featured image on my homepage I got a problem with the largest contentful paint on the mobile version. It is always too high, so I want to deactivate or better to remove the featured image on the mobile version. Where I can find the code to do that?

https://www.topfgartenwelt.com/largest-contentful-paint

Thank you very much!
Greetings Kathrin

Post count: 18283

Hello !

You can use this code if it helps: .td_module_mob_1 .td-module-thumb {
display: none;
}

The codes must be inserted here: https://www.screencast.com/t/fyP7TBVPWvhQ

Thank you !

Post count: 361

Thank you very much! I moved the featured image from top to bottom. It works also 🙂

Greetings Kathrin

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.