Remove related posts pagination

Posted in: Newspaper
Post count: 31

Hello,

I wonder how to remove the pagination (previous and next) of related articles. I would just leave 3 or 4 related articles without this option.

Thanks.

Post count: 7909

Hi,

You can use this custom css in Theme Panel > Custom Css to hide it – http://screencast.com/t/XwgkJQbSkm

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

Thanks!

Post count: 31

Thanks!!

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.