MORE FROM AUTHOR

Posted in: Newsmag
Post count: 7

how to remove MORE FROM AUTHOR? I want to leave only RELATED ARTICLES

currently

objective

I want to remove the option from MORE FROM AUTHOR

Post count: 35449

Hi,
Unfortunately, there is no option for this in the theme, but it can be done using this custom css:
.td_block_related_posts .td-related-right {
display: none;
}

You need to set the css in the theme panel > custom code> custom css -> https://i.imgur.com/AXbqI97.png
Thanks

Post count: 7

Thanks, it worked, you can close the topic if you want ;D

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