Home › Forums › WoodMart support forum › Desactivar comentarios en blog › Reply To: Desactivar comentarios en blog
March 10, 2021 at 7:17 am
#272288
Aizaz Imtiaz Awan
Keymaster
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.single .comments-area {
display: none;
}
.woodmart-post-date {
display: none;
}
Best Regards