How to Disable Related Posts/Prev & Next Articles on Mobile Devices only

Posted in: Newspaper
Post count: 56

As the title says –

How to Disable Related Posts, Prev & Next Articles on Mobile Devices only. Yes, they should be available for desktop. I wanna do that because of mobile devices each post takes much time to load on a slow 2G, 3G connection.

Thanks!

Post count: 6535

Hi

Try this custom css in theme panel > custom css:

@media (max-width: 768px){
.td_block_related_posts, .td-post-next-prev{
display: none;
}

Thanks!

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