Hiding the Tags
-
I need the custom code to hide the tags on my articles.
The blog I need help with is: (visible only to logged in users)
-
- The topic ‘Hiding the Tags’ is closed to new replies.
I need the custom code to hide the tags on my articles.
The blog I need help with is: (visible only to logged in users)
Hi there!
Just add this CSS code:
.post-tags.clearfix {
display: none;
}