Hiding Tags from Post – Newsworthy
-
Hi everyone! I apologize if this is a duplicate thread, but I have searched for a while with no results.
I want to hide the tags in my post page (not the home page). I already managed to hide them from the home page by using:
span.tags-links {
display: none;
}But then, when I go to the page for the post, it shows the tags at the bottom. I have used the Safari “inspect element” to try to figure out what to tell the CSS in order to hide them, but I just can’t seem to figure it out.
Thanks in advance!
BTW: Yes, I have the paid CSS editor upgrade.
The blog I need help with is: (visible only to logged in users)
-
@adambowker, Hooray, I see you got the tags and categories below the posts in Newsworthy hidden with the following CSS!
footer.entry-meta { display:none; }Good job, and sorry for the delay.
- The topic ‘Hiding Tags from Post – Newsworthy’ is closed to new replies.