Forums
Forums / Theme: Twenty Twenty-One / Remove Single Post Meta Data
(@nick1996)
5 years, 2 months ago
Hello,
What code should I remove from the theme files to get rid of the single post meta data appearing below posts / above comments section?
I don’t want to add additional CSS if I don’t have to.
Thanks for reading.
The page I need help with: [log in to see the link]
(@mrjarbenne)
5 years, 1 month ago
Adding a small snippet of CSS is going to be easier to maintain than creating a child theme for such a small change.
In Appearance/Customize you can add additional CSS. Here’s the snippet you would need:
.entry-footer .posted-on { display: none; }
The topic ‘Remove Single Post Meta Data’ is closed to new replies.