Remove " MORE FROM AUTHOR" from the related articles

Posted in: Newsmag
Post count: 23

Is there any way i can disable more from authors article showing up with related articles in newsmag?

Post count: 20688

Hi,

That would be possible, either by commenting or removing this line of code from this file
https://www.screencast.com/t/iAwsEsRPXyu
Or by entering this code in Theme panel->Custom CSS
https://www.screencast.com/t/oZzqJc6v7

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

Thanks

Post count: 57

Hello Simion,

The CSS code works nice, however, ‘read this’ will still be visible. With which css code could be managed not to show ‘read more’ and ‘more from this autor’; in fact, the whole block below a post.

Many thanks,

Ad

Post count: 23312

Hello adrian_van_hal,

You should use the code below and check the results.

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

Thanks for your understanding!

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