Remove square date block on individual posts
-
On individual posts there is a date block (eg 08 Nov) in the top LHS.
How can I remove this?
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.blog-design-masonry.has-post-thumbnail .post-date {
display: none;
}
Best Regards
Thank you. That works for the overall blog page, but if I open any individual blog, the date still shows up on the top LHS in a square white block. How can this be removed? I am using the WoodMart theme with the ‘Chess’ layout on the blog page
Hello,
You are Most Welcome.
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.single .wd-post-date {
display: none;
}
Best Regards
Thanks….that seems to work!
Hello,
We are Glad that you loved our Theme and Support Staff. We wish you all the best.
If you do not mind, can you please leave a 5 stars rating for our Theme & Customer and Technical Support by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in future. It would encourage our work a lot. If you like our Theme and Support.
Thanks for contacting us.
Have a great day :-)
Topic Closed.
Best Regards.
The topic ‘Remove square date block on individual posts’ is closed to new replies.