I would liek to remove the author field from the post bar on both the homepage and individual blog pages. I attempted to try the following css style change but it didnt work. Please advise. .blog .post .post_meta .author { display:none; }
Hello, Use following CSS in Custom CSS to hide author field. Code: .blog .post .post_meta li.admin { display: none; } That will resolve your issue. Thanks & Regards Yogesh Bhade