Home › Forums › WoodMart support forum › how to disable and enable post title › Reply To: how to disable and enable post title
July 21, 2020 at 8:03 am
#212820
Aizaz Imtiaz Awan
Keymaster
Hello,
To hide the title for the single post. Please try and add the following Custom CSS in the Global Custom CSS area under
Theme Settings >> Custom CSS.
.single-post .entry-title {
display: none;
}
Best Regards.