How to change the name to "RELATED ARTICLES" and as eliminate "MORE FROM AUTHOR"

Posted in: Newspaper
Post count: 34

I want to change the name “RELATED ARTICLES” to “MOST” and want to delete “MORE FROM AUTHOR” because there is only one author (team)

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;
}

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

As for the related articles name, you can translate it to what you want it to say from here: http://screencast.com/t/BBhCb4bLvr

Thank you!

Post count: 34

Bogdan perfect CSS code and the name changed easily, thanks

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