Home › Forums › WoodMart support forum › Remove or Change Blog Text “Posted by” › Reply To: Remove or Change Blog Text “Posted by”
April 13, 2022 at 6:28 am
#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