Remove Date From Blog Post Images
-
Hi,
I have gone through all of the support options on here (and added all the recommended Global Custom CSS) and still cannot remove the blog post date from the images.
Please help.
Asti
Hello,
Thank you very much for choosing our theme and for contacting us.
Please add this code to the Theme Settings > Custom CSS > Global:
body.single-post .woodmart-post-date{
display:none;
}
This code would remove the date on the single post, if you want to remove the date on the grid as well, use this custom CSS:
body .woodmart-post-date{
display:none;
}
Best Regards
Hi,
Thank you but that didn’t work I’m afraid. The date is still showing inside the blog image on the home page carousel.
I have attached an image to show the date.
Thanks,
Asti
Attachments:
You must be
logged in to view attached files.
Hello,
Please insert the site admin access into the Private content below the message area.
Best Regards
hello.
i need the same as described.
What was the sollution, please?
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
body .website-wrapper .main-page-wrapper .wd-post-date {
display: none;
}
Kind Regards
The topic ‘Remove Date From Blog Post Images’ is closed to new replies.