Home › Forums › WoodMart support forum › hide blog author › Reply To: hide blog author
October 15, 2018 at 8:28 am
#82738
Elise Noromit
Member
Hello,
Add this code to the Theme Settings > Custom CSS
.woodmart-entry-meta .meta-author {
display: none;
}
Best Regards