Remove "MORE FROM AUTHOR" box below Article on single POST TEMPLATE Style 6

Posted in: Newspaper
Post count: 2

Hi, i would like to remove most of the Author link because its a single author page.

Can you please give me a hint how to remove the tab “MORE FROM AUTHOR” below each article? We are using POST TEMPLATE Style 6.

Thanks for help!

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!

Post count: 2

Thanks a lot! display:none; is enough for now and it works.

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