How to delete date in picture blog
-
Hello,
Where can i can i delete the date from every blog publication
As you can see in attach file
Thanks for your help
Attachments:
You must be
logged in to view attached files.
Hello,
Enter the below CSS to the “Global Custom CSS” area in Theme Settings -> Custom CSS for hiding the date.
.blog-post-loop .wd-post-date,
.single-post .wd-post-date {
display: none;
}
Kind Regards
-
This reply was modified 3 years, 8 months ago by
Luke Nielsen.
Thanks for this, that ok for multi display Blog.
But that not ok for display one blog
Hello,
My apologies, I have changed the above custom code, now it also hides the date on the single post page.
Kind Regards