How to remove "related more from the author" tab?

Posted in: Newspaper
Post count: 8

Hi, in the related post section, how can I remove the “more from the author” tab?

This tab here: https://imgur.com/DR0RJXO

I just want to have the first related posts tab.

Thanks

Filippo

Post count: 35449

Hi,

If you want to remove the related articles and more from author then you can disable it from theme panel -> https://i.imgur.com/40i21my.png
In order to remove more from author you can use a custom css:
.td_block_related_posts .td-related-right {
display:none;
}

The css need to be set in 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.