Remove Author Name from Blog & Blog Post
-
I added the following code, but the author information is still displayed
body .woodmart-entry-meta .meta-author {
display:none;
}
Attachments:
You must be
logged in to view attached files.
Hello,
Please, replace your wrong code with this one, enter it into the “Global Custom CSS” area.
.single-post .wd-entry-meta {
display: none;
}
If you ever want to discuss things further, we’re here for you.
Kind Regards
Hi,dear
Here I also want to remove.
Attachments:
You must be
logged in to view attached files.
Hello,
In this case, please replace the old code with this one, now it should work for both pages.
.blog-post-loop .wd-entry-meta,
.blog-post-loop .wd-tltp,
.single-post .wd-entry-meta {
display: none;
}
If there is ever anything we can do, please feel free to reach out to me anytime when you have anything more to say.
Kind Regards