Basel: How to remove Blog author and date?
-
I have used
.basel-entry-meta .meta-author,
.basel-entry-meta .meta-date:before {
display: none;
}
As you see my attached photo, so I could remove author, but still I have a problem with my “date”! What to do for display it?
Attachments:
You must be
logged in to view attached files.
Ups! (what to do for display it?), I mean how to remove DATE?
Attachments:
You must be
logged in to view attached files.
Hello,
Add this code to the Theme Settings > Custom CSS
body .blog-post-loop .post-date {
display: none;
}
Best Regards
Thank you very much for your great help! it works well 🙂
Best!
You are welcome! If you have any questions please feel free to contact us.
Best Regards