Hide Trending Now

Posted in: Newspaper
Post count: 225

How to hide Trending Now on desktop version I want Trending Now only show mobile version site. How to do this easy way. Thanks!

Post count: 23312

Hi Arafat,

Please try the code below and your Trending Now is hidden on desktop. Place the code in Theme panel->Custom Css area, like this: http://screencast.com/t/kkuGPBpB92JS

@media (min-width:767px){
.td-trending-now-wrapper {
display:none;
}
}

The result you should see here: http://screencast.com/t/WQTXfm55bG

Thank you!

Post count: 225
Post count: 23312

Hi Arafat,

You have omitted a curly braces in your Custom Css. Please add it like this: http://screencast.com/t/9x9kyyav9 After this, the code should works fine.

Hope this helps!

Thank you!

Post count: 225

Thanks! Now it’s working fine. 🙂

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