Home › Forums › WoodMart support forum › How to hide author name from the blog post. › Reply To: How to hide author name from the blog post.
April 3, 2020 at 3:31 pm
#184360
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .woodmart-entry-meta .meta-author {
display:none;
}
Best Regards