Hi,
Please make clear that you want to remove tags from particular page or all from all category pages.
Thanks.
I want to hide (not remove) tags and categories from being visible on all my blog posts.
Thanks
Hi,
Please go to Admin Dashboard >>Appearance >>Theme Options >>General Settings and find Custom CSS Editor.
Now copy below CSS In Custom CSS Editor.
.enigma_tags {
display: none !important;
}
.enigma_cats {
display: none !important;
}
Save the changes.
Thanks.
Awesome…worked a treat. Thanks and keep up the great work 🙂
Hi friends, is there a similar approach applicable for the wordpress theme Inventor?
I need to fix the same issue.
Thank You!