How remove the “more about the author” button

Posted in: Newspaper
Post count: 17

Hi, after the last update of the theme, the “more about the author” button appeared in the related articles section, which I would like to delete, because in my site there is only one author, and the same identical articles appear in the “other in this category “, so it appears to be a duplicate. But in the theme management section, I didn’t find the sections to disable this option “more about the author”, which I’m not interested in. Thank you very much for every suggestion

Post count: 35449

Hi,

That would be possible by entering this code in Theme panel->Custom CSS
https://www.screencast.com/t/oZzqJc6v7

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

Or using a single post template from tagDiv Cloud Library and edit it with tagDiv Composer and set only related articles.

Thanks

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