Home Forums WoodMart support forum Remove or Change Blog Text “Posted by”

Remove or Change Blog Text “Posted by”

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

    ashaaa
    Participant

    I would like to remove or change the label “Posted by” on the single blog post. I’d like to keep the author information but remove “posted by” completely or change “posted by” to something like “by”.

    #368127

    Bogdan Donovan
    Keymaster

    Hello,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to hide this text.

    .blog-post-loop .meta-author > span {
    	display: none;
    }

    Kind Regards

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