Remove Tags in Hero Theme
-
Hello there,
I was wondering how you remove the tags on the posts in the Hero theme. I’m not that much of a CSS expert and using the following code I found on the wordpress.org support doesn’t work.
.tag
{
display : none;
}Thanks!
The blog I need help with is: (visible only to logged in users)
-
the following code I found on the wordpress.org support doesn’t work.
That would be because we don not run on exactly the same software as WordPress.ORG runs on, and because themes here with the same names have been adapted to run on our multiuser software at WordPress.COM.
-
-
This will get rid of the tags, but it leaves the commas in between the tags and I can’t figure out how to get rid of the commas.
.entry-meta a[rel="tag"] { display: none; } -
-
-
-
-
-
It also gets rid of the categories. I thought that perhaps you wanted them to stay since you didn’t mention them. The good thing is you have your solution. :)
- The topic ‘Remove Tags in Hero Theme’ is closed to new replies.