Home › Forums › WoodMart support forum › hide page title and no breadcrumbs › Reply To: hide page title and no breadcrumbs
February 28, 2020 at 10:03 am
#176850

Aizaz Imtiaz Awan
Keymaster
Hello,
I saw the screenshot you attached. To remove only page title not breadcrumbs you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings Custom CSS.
.entry-title {
display: none;
}
Best Regards.