Remove Post By on single posts and blog
-
Hi
I want to remove post by admin in the meta info’s , in single post and blogs
These code not working :
.single-post li.meta-author {
display: none;
}
please help me to remove Onley post by admin and it’s avatar
-
This topic was modified 1 month ago by
Maherlink.
Attachments:
You must be
logged in to view attached files.
Hi Maherlink,
Thanks for reaching to us.
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
div.wd-post-author{
display: none;
}
Kind Regards,
Hung PD
Is not working the posted by is still there
Hello,
Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.
Best Regards,
Hello,
The issue has been resolved. I’ve re-added the previous CSS to your site under Theme Settings > Custom CSS, and it’s now working as expected.
Please clear your browser cache completely and revisit your site to confirm the issue.
Best Regards,
Thank you , You are great !
Hello,
You’re very welcome! If you need anything else, feel free to reach out!
Thanks for contacting us.
Have a great day.
Topic Closed.
Best Regards,
The topic ‘Remove Post By on single posts and blog’ is closed to new replies.