Remove Post Date from custom posts
-
Hi,
I’m trying to remove the Post Date for my custom posts type “Bands” (both on the Archive page and the actual post page).
I’ve tried to enter the following in my Global Custom CSS area:
.woodmart-entry-meta .meta-author {
display:none;
}
…but it didn’t work.
Hopefully, I’d like to keep the post dates displaying for my normal posts “News”.
What do you suggest?
Thanks!
What do you suggest?
Thanks!
Attachments:
You must be
logged in to view attached files.
Hello,
The post date is the global element and if we hide it will be hidden for all categories.
Please provide your site URL if you still want to hide the date.
Best Regards
Thanks for the reply. Please see private content:
Attachments:
You must be
logged in to view attached files.
Hello,
Thank you very much for choosing our theme and contacting us.
Please add this CSS code to Theme Settings > Custom CSS
.woodmart-post-date {
display:none;
}
Best Regards