Hi Support Team Members, How can I remove the posted by date, comments and disable the comments? Thanks!
Hello, Use following css code in Custom CSS to remove that items. Code: .content-bar .post .post_meta { display: none; } #commentsbox { display: none; } It will resolve your issue. Thanks & Regards Yogesh Bhade