how do i remove previous post and next post

Posted in: Newsmag
Post count: 5

how do i remove previous post and next post bellow the post?

Post count: 23312

Hi,

You should use a bit of CSS code to do that. Try the code below and place it in Theme panel->Custom CSS area.

The code is ->

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

Thanks.

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