Archived topic
How do i remove date from blog posts section
3 replies · Started by Sean on September 10, 2018
Viewing posts 1–4 of 4
How do I remove the dates specifically from the "Real Brides" blog posts only?
Thanks
Hi there,
try this CSS:
.category-realbrides .entry-meta .posted-on {
display: none;
}
Thanks David!
You're welcome
This archived topic is closed to new replies.