How to hide news ticker on desktop / tablet… ?

Posted in: Newspaper
Post count: 25

Hello,

What is the best way to hide the news ticker on desktop, and only display it for mobile / smartphones…

Thank you 🙂

Post count: 22421

Hi,

Please use this code in your theme panel-> custom css box:
@media(min-width:1141px){
.td_block_trending_now{
display:none!important;
}
}

This code will affect every news ticker. If you want to target just specific ones, you should provide more details to which one, where.

Thank you!

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