How to remove "more from author" in the related post module ?

Posted in: Newspaper
Post count: 15

Hi,
I would like to know how to remove the “more from author” in the related posts module ?
I want to do this because I don’t want to link any post to the author archive because I the only on author.
Thx

Post count: 23312

Hello ouebflow,

If you want to remove the More from author tab for each post, you should use the code below and place it in Theme panel->Custom CSS area.

The code is ->

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

The result is here -> https://www.screencast.com/t/dYFZ2m2NP4

Thanks for the message!

Post count: 15

Thank you Catalin !

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