How to remove date, leave a comment and user fields
-
Please let me know how to delete the circled fields in the attached picture.
It is the Latest news section on the homepage.
I have left you logins in the private section. Previously you told me to add css code however there is no where to put the code.
Could you please log in and make the changes on this occasion and send me screenshots so that I know how to do it next time.
Many thanks
Attachments:
You must be
logged in to view attached files.
Hello,
Thank you very much for choosing our theme and for contacting us.
Please add this code to the Theme Settings > Custom CSS > Global:
body .blog-post-loop .post-date {
display:none;
}
body .basel-entry-meta li {
display:none;
}
Best Regards