Home › Forums › WoodMart support forum › How to remove date, author, comments icon from blog everywhere › Reply To: How to remove date, author, comments icon from blog everywhere
December 16, 2022 at 5:23 pm
#429427
Luke Nielsen
Keymaster
Hello,
Please try to use the below one code for hiding the comments area. Paste it to the “Global Custom CSS” area in Theme Settings -> Custom CSS.
.single-post .comments-area {
display: none;
}
Kind Regards