Home › Forums › WoodMart support forum › need to remove category and date from posts page headers › Reply To: need to remove category and date from posts page headers
January 8, 2022 at 10:33 am
#344116
Aizaz Imtiaz Awan
Keymaster
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.meta-post-categories {
display: none;
}
li.meta-date, li.meta-reply {
display: none;
}
Best Regards