hi – how can i remove all categories, date, updated date, and author from ALL posts in WP (Hueman Theme) – thanks for your help
1 Answers
You can use the following CSS code in the style.css file or Dashboard > Customize > Additional CSS.
.post-meta.group { display: none; }
Please login or Register to submit your answer