More Stories and Related Articles

Posted in: Newspaper
Post count: 14

Hello!
Please inform me solutions for the problems :

1. How can I change Title of “More Stories” animated window?
2. How Can I disable only “MORE FROM AUTHOR” tab from related articles at the bottom of the page?

Thank you,
With regards,
Osnak

Post count: 22421

Hello,

1) You can change the more stories title from the translations panel:
https://www.screencast.com/t/nNNalIA0H

2) 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

Thanks.

  • This reply was modified 8 years by Bogdan B..
Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.