Hide date on feature images (blog)
-
Hi,
Please, how can I hide the date upper left on the feature image – Blog Posts. Like in here https://snag.gy/cDixr4.jpg and here https://snag.gy/d1oFcS.jpg
I couldn’t find this on the theme options.
Thanks!
Hello,
Add this code to the Theme Settings > Custom CSS:
body .blog-post-loop .post-date {
display:none;
}
Best Regards
Thank you! It worked for the blog post (https://snag.gy/FuQ0B4.jpg) but how do I do the same for the “Recent blogs section” in here (https://snag.gy/wtYRVc.jpg)
Thanks for your help
Hello,
Please add this code to the Theme Settings > Custom CSS:
.blog-post-loop .post-date .post-date-day {
display:none;
}
If the code does not work provide the site admin access and page URL.
Best Regards
It worked for the date but the month is still there https://snag.gy/yLRGM1.jpg
Sending Credentials on private msg
thanks
Hello,
I have replaced the code with this one
.blog-design-masonry.has-post-thumbnail .post-date {
display: none;
}
Now, the date has been hidden.
Best Regard