I want to hide the tags; so not visible on the blog
-
Hi, I just want to hide the tags so the tags do not appear on my blog entry. How do I make them invisible. (I think having the tags makes the blog entry too busy and affects readability).
The blog I need help with is: (visible only to logged in users)
-
Hi there,
The way those tags appear is part of the design of the Sequential theme you’re using on your blog. You can use Custom CSS (part of your WordPress.com Premium upgrade) to customize your theme’s design.
I can help you with the CSS to hide those tags. To add custom CSS, go to your My Sites page, make sure your site is selected in the sidebar there, and click the Customize link in the sidebar. In the Customizer, open the CSS section and in the CSS editor there, you can enter the following CSS:
.tags-links { display: none; }If you’d like to make other changes, we have tips for getting started with CSS here:
If you have other CSS questions, most of our CSS support is done in the CSS Customization forum by expert staff and volunteers.
Please let me know if you have any questions about that. :)
- The topic ‘I want to hide the tags; so not visible on the blog’ is closed to new replies.