Post Single > Related Posts // hide "Authors"

Posted in: Newspaper
Post count: 37

I have not been able to find the “switch” to hide More From Author on post single > related posts.

Is that possible?

  • This topic was modified 11 years by zumaxb.
Post count: 7909

Hi,

There is no option to disable “More from author” from Theme Panel, but you ca use custom css to hide it – http://screencast.com/t/OPfLLMowFK3M

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

Thanks!

Post count: 37

Great, thank you.

CASE CLOSED

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