Remove "More From Author"

Posted in: Newspaper
Post count: 57

is there a way to remove “More From Author” from the bottom of posts?

Post count: 22421

Hi,

In order to remove more from author you can use 2 methods:
The css method:

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

You can add the code in the theme panel-> custom css box.

Or you can edit the theme files: comment out or delete this part: http://screencast.com/t/Okmq7lxTDzGd

Thank you!

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