Remove date from blog posts on Home page
-
Can you help me remove the date icon from posts?
i tried with css code to solve this problem but it didn’t work.
Attachments:
You must be
logged in to view attached files.
Hello,
Please try to use the below code for help, enter it into the “Global Custom CSS” area in Theme Settings -> Custom CSS.
.blog-post-loop .post-date {
display: none;
}
Kind Regards
Yap, this solved my problem Luke.
Thank you very much.
Hello,
I am glad that the issue is solved.
If there’s anything you need, please write me or another member of our help desk team.
We’re here for you!
Kind Regards
The topic ‘Remove date from blog posts on Home page’ is closed to new replies.