delete the more from author tab

Posted in: Newspaper
Post count: 101

Hi, At the end of each post, there’s the related articles section which I want to keep but there’s also the More from author tab. How do I delete this More from author tab?

Post count: 23312

Hello carmene,

If you want to remove the More Author feature, please try the code below and add it in Theme panel->Custom CSS area.

.td_block_related_posts .td-related-right {
display:none;
}

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

Thank you for the message!

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