Home › Forums › WoodMart support forum › blog author removal in blog VC widget › Reply To: blog author removal in blog VC widget
December 27, 2017 at 8:06 pm
#30688
Artem Temos
Keymaster
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to do this
.article-body-container .entry-meta,
.article-body-container .hovered-social-icons {
display: none;
}
Regards