Related Articles

Posted in: Newspaper
Post count: 41

For posts, I have set the site to show related articles by tag, which works fine. But how do I remove the category label that automatically shows at the bottom corners of images?

Post count: 35449

Hi,

In order to hide the category that is over the featured image in related articles you need to use this custom css
.td_module_related_posts .td-post-category{
display: none;
}

Set this code in Theme Panel>Custom code>Custom css

Thank you!

Post count: 41

Thanks!

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