Hiding Tags from WordPress Theme Forever without CSS Customization
-
Hi,
I want to hide tags on my website and have tried to modify my stylesheet, but it’s not changing on my site. do i need the upgrade to css customization in order to do it?thanks,
-a
The blog I need help with is: (visible only to logged in users)
-
Yes, you need to purchase the Custom Design upgrade if you would like to modify CSS for a blog hosted here at WordPress.com. Check out these pages to learn more:
https://store.wordpress.com/premium-upgrades/custom-design/
http://en.support.wordpress.com/custom-design/If you’d like to try it out before buying, you can add CSS to the Appearance → Custom Design → CSS page in your blog dashboard and click the Preview button.
Here is an example that will hide category links for posts on the Forever theme:
.entry-meta .cat-links { display: none; }
- The topic ‘Hiding Tags from WordPress Theme Forever without CSS Customization’ is closed to new replies.