Home Forums WoodMart support forum Custom blog post Reply To: Custom blog post

#307402

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