Home › Forums › WoodMart support forum › How to remove author and sharing and comments from articles › Reply To: How to remove author and sharing and comments from articles
February 17, 2020 at 10:53 pm
#174117
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .woodmart-entry-meta .meta-author {
display:none;
}
body .woodmart-entry-meta .meta-reply {
display: none;
}
body .hovered-social-icons {
display: none;
}
Best Regards