How to remove category name from thumbnail of related articles

Posted in: Newspaper
Post count: 16

Whenever i open a post and scroll down, i see related posts. Here, category name is written over the thumbnail images of the related articles. I want to remove that caregory name from the thumbnail image.
For example see this here i want to hide “featured“..

  • This topic was modified 6 years by jsbjm.
  • This topic was modified 6 years by jsbjm.
Post count: 35449

Hi,

If you want to hide the category tag from specific modules/block, then you can check the options from Theme panel> Block settings > Category tag on modules/Blocks -> http://prntscr.com/oxja5z you can check more about this in our documentation from here -> https://forum.tagdiv.com/category-tag-on-modulesblocks/
Or if you want to hide only the category that from “Related articles” then you can use this custom css -> http://prntscr.com/oxjbbi
.td_block_related_posts .td-post-category {
display: none;
}

Thank you!

Post count: 16

I tried custom css code you provided.This code helped but for the time being. I mean to say that after logging out the wordpress admin this code stops working. I dont know why its happening.. Plz suggest something..

Post count: 35449

Hi,

Please make sure that you do not have any plugin that provide conflicts, please deactivate all plugins that do not contain the “tagDiv” word in there names, clear all cache and try again.

Thank you!

Post count: 16

Followed your advice and now issue resolved. Thanks for the suggestion.

Post count: 35449

I’m glad that the issue is resolved!
Have a nice day!

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