Removing Dates on Blog Posts

Hi there, I’m using the Agency demo content on my site and I’d like to remove the dates from blog posts. How can I do that? Thanks!

Hi Jim,

Thanks for writing in! Could you please try adding the following CSS rules into your X -> Theme Options -> CSS area.

.single-post .entry-date, blog .entry-date {
    display: none;
}
.single-post .p-meta > span:nth-child(1)::after, .blog .p-meta > span:nth-child(1)::after {
    display: none;
}

Hope that helps.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.