removing "MORE FROM AUTHOR" tab form Related article

Posted in: Newspaper
Post count: 22

If I enable ‘Related article’ then ‘More from author’ tab appeared automatically with ‘Related article’. I want ‘Related article’ in the bottom of posts but I don’t want ‘More from author’ tab. Please let me know how can I remove it.

My URL:
http://amrai71.com

Post count: 35449

Hi,

You can use tagDiv Cloud Library and get a template for posts and set just Related article ( https://www.screencast.com/t/mzJrovYK6 ), or you can use some custom css
.td_block_related_posts .td-related-title > .td-related-right {
display: none;
}

See results: https://www.screencast.com/t/tB45M1Bhk
Set the custom css in Newspaper>Theme panel>Custom code>Custom css

Thank you.

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