Home Forums WoodMart support forum blog author removal in blog VC widget

blog author removal in blog VC widget

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #30680

    etinteractive
    Participant

    how do we remove author, etc
    https://prnt.sc/ht16b7

    #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

Viewing 2 posts - 1 through 2 (of 2 total)