Home › Forums › WoodMart support forum › Disable Meta Text/Content at Blog Archive › Reply To: Disable Meta Text/Content at Blog Archive
March 2, 2020 at 9:57 am
#177368
Aizaz Imtiaz Awan
Keymaster
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.