Disable featured image on desktop/Ipad

Posted in: Newsmag
Post count: 8

Hi guys,
I want to disable featured image on all devices except mobile.
Anyone to help me here?

thanks in advance,
Alex

Post count: 6535

Hi

By default the theme doesn’t have an option to do that but you can use media queries like here:

@media (min-width: 768px){
.td-post-featured-image{
display: none!important;
}
}

Let me know how it goes!

Thanks!

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