how to remove: "comments off" under tags
-
help needed how to remove “comments off” under tags. I’ve changed theme and now I suddenly have this. I’ve already added this css code, but it doesn’t work:
.nocomments {
display: none;
}The blog I need help with is: (visible only to logged in users)
-
Hi edesignhome
Try this:
span.post-comments { display: none; }To add custom CSS
Select Appearance > Customize > CSS from your Admin Dashboard and enter the custom CSS there.
You need to be on the WordPress.com Premium Plan for custom CSS to save.
-
-
- The topic ‘how to remove: "comments off" under tags’ is closed to new replies.