Forums
Forums / Theme: Tracks / Removing date but not menu
(@toumka)
8 years, 3 months ago
Hello!
I used the CSS code to remove the date next to the post titles, but it also removes my menu. How do I fix that?
Css used: .entry-categories, .entry-tags { display: none; }
according to this answer: https://wordpress.org/support/topic/removing-unwanted-parts-with-the-free-version/?replies=4#post-7449053
(@bensibley)
Hello 🙂
You can use this CSS to hide the date that appears above the posts:
.entry-meta .date, .entry-meta .date + span { display: none; }
The topic ‘Removing date but not menu’ is closed to new replies.