Remove Date on Blog Posts in Zelle

Important notice: This product is now in maintenance mode and is no longer being actively developed or supported. Updates and bug fixes will not be provided unless they relate to security concerns.

If you want to remove the date from blog posts or the blog page, then go to Apperance->Customize->Additional CSS and add the following code:

Remove the date in the blog post:

.entry-meta {
 display: none;
}

Remove the date of posts on the blog page:

.span.posted-on{
display: none;
}

Remove the category and bookmark on the blog post:

.post .entry-footer {
display:none;
}
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us