CSS to customize Entry Meta
-
Hi,
Could somebody please let me know what the CSS would look like for customizing which of the Entry Meta features are displayed or not?
I currently have it as:
.entry-meta {display: none;}
since the alternative displays all of Date, Tags, Categories and Leave a Comment.
Ideally I would just like to have the Date and Tags appear here.
Thanks in advance.
Regards
The blog I need help with is: (visible only to logged in users)
-
If you remove the code that removes the whole block and add the code below instead, that should do the trick.
.cat-links, .comments-link{ display:none !important; } -
- The topic ‘CSS to customize Entry Meta’ is closed to new replies.