Home › Forums › WoodMart support forum › Custom blog post › Reply To: Custom blog post
July 18, 2021 at 3:39 pm
#307402
Elise Noromit
Member
Hello,
We can hide “Posted by” with the custom CSS.
Please add this code to the Theme Settings > Custom CSS > Global:
body .wd-entry-meta .meta-author {
display:none;
}
As for the second and third points, unfortunately, HTML structure does allow customization with CSS. Such modification requires customization not covered by our support.
Best Regards