Removing entry-meta elements from Hero theme
-
Hello again,
I need to remove all elements from the entry meta in Hero theme except the date.
In other words, I need to remove the “by” word, the “tagged” word as well as the tags; and the useless “permalink” link.
I don’t seem to be able to find the right keywords to do this in CSS. I’ve only been able to remove the Author.
Thanks a lot in advance for your help, Happ Engs!
The blog I need help with is: (visible only to logged in users)
-
Add the following, in this order to the bottom of your custom CSS.
.entry-meta { visibility: hidden; } .entry-meta .entry-date { visibility: visible !important; } -
-
- The topic ‘Removing entry-meta elements from Hero theme’ is closed to new replies.