Home › Forums › WoodMart support forum › How to delete date in picture blog › Reply To: How to delete date in picture blog
January 5, 2022 at 8:04 am
#343493
Luke Nielsen
Keymaster
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 2 years, 11 months ago by Luke Nielsen.