Related article box

Posted in: Newspaper
Post count: 4

Hi!

Can I delete the part “MORE FROM AUTHOR” from related article box?

Post count: 7909

Hi,

Theme doesn’t have an option to disable more from author, but you can hide it using custom css – http://screencast.com/t/OPfLLMowFK3M

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

Thanks!

Post count: 4

Thanks!

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