Home › Forums › WoodMart support forum › Categories header don't show anymore › Reply To: Categories header don't show anymore
October 11, 2018 at 6:39 am
#82111
Elise Noromit
Member
Hello,
In order to set the page title for categories, you need to set it for the home page. You have set shop page as the home page as well. So, enable the title and hide with custom CSS added to the homepage http://prntscr.com/l4puan
body.page-title-default {
display:none;
}
Best Regards