How to Remove Previous/next in related posts?

Posted in: Newspaper
Post count: 56

Hello,
I was thinking to Remove Previous/next in related posts in order to reduce page load speed. Does each URL under Next/Previous adds to the total number of requests for a page load? I am trying to reduce page load speed on https://technosamigos.com

Post count: 23312

Hello k2point0,

Try to use the code below and place it in Theme panel -> Custom CSS area.

.td-next-prev-wrap{
display:none;
}

The result is here -> https://www.screencast.com/t/Cl44pUVK

Thanks for your understanding!

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