Home Forums WoodMart support forum How to hide post autor and "Published" ? Reply To: How to hide post autor and "Published" ?

#349721

Luke Nielsen
Keymaster

Hello,

The best way to hide only the author and the “Published” message of the post is to use custom CSS code. Please, enter the below code to the “Global Custom CSS” area in Theme Settings -> Custom CSS.

.blog-post-loop .entry-meta-list .meta-author {
    display: none;
}

Don’t hesitate to reach out if you have any more questions or concerns. We’re thankful that you took the time to share your concerns with us.

Best of Luck,
Kind Regards