How to hide or move Blog date and auther both
-
I need to hide or move date and author of blog every where.
I turned off Theme settings -> Blog -> Author bio,
but still display author.
Hello,
Could you please attach a screenshot where do you want to hide it?
Regards
I am sorry, I forgot to upload screenshot.
screenshot
Attachments:
You must be
logged in to view attached files.
screenshot 2
Attachments:
You must be
logged in to view attached files.
Try to add the following code snippet to the Custom CSS area in Theme Settings to remove them
.woodmart-entry-meta,
.woodmart-post-date {
display: none!important;
}
works! Thank you so much.
The topic ‘How to hide or move Blog date and auther both’ is closed to new replies.