hide date from single blog post image
-
hello, there is a date in the image for the blog post.. as a small square.. how can i hide that date from the image?
Hello,
Please provide the page URL I will provide Custom CSS.
Best Regards
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.woodmart-post-date {
display:none;
}
Best Regards
thanks that works.. how can i remove the date in the “latest added blogposts” widget in the side bar?
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.recent-posts-time{
display:none;
}
Best Regards