Home › Forums › WoodMart support forum › Remove the blog title from blog post › Reply To: Remove the blog title from blog post
May 20, 2021 at 12:26 pm
#294007
Aizaz Imtiaz Awan
Keymaster
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.single-post .page-title.page-title-default {
display: none;
}
Best Regards