Profile theme: Hiding tags
-
Hello!
How do I hide the tags for each post? I understand it’s something like this:
footer.entry-meta {visibility: hidden;}
…but don’t know the theme-specific part of the code.
Would appreciate your help!
-phoebe
The blog I need help with is: (visible only to logged in users)
-
In profile, to hide the tags and categories from the bottom of single posts, add the following CSS.
.meta-text { display: none; }If you want to hide tags only, that is problematic since the separators (the commas) are not easily hidden unless we hide them all (in the categories too).
-
Actually, a way to hide the commas just occurred to me, so if you want to hide the tags only, just let me know and I will work out the CSS for that. It is a little involved.
-
-
- The topic ‘Profile theme: Hiding tags’ is closed to new replies.