How do I hide tags?
-
Please can you let me know the piece of css code that I need to add so as to prevent tags showing at the bottom of blog posts? I want to still use tags, I would just prefer them not being visable to readers of my blog.
Thanks in advance.
The blog I need help with is: (visible only to logged in users)
-
Hey there!
In order to hide those tags, click the link below:
https://bristolmum.wordpress.com/wp-admin/customize.php?Go to your CSS tab. In the CSS Revisions box, please paste the following underneath all existing text:
.single footer.entry-meta {
visibility: hidden;
}Then Save your changes. That should do the trick!
For more detailed instruction on how you can make CSS adjustments on your own, take a look at these two links:
https://dailypost.wordpress.com/2013/07/25/css-selectors/Thanks so much!
- The topic ‘How do I hide tags?’ is closed to new replies.