Home Forums WoodMart support forum Missing Page Title on Shop Category Pages Reply To: Missing Page Title on Shop Category Pages

#558320

Luke Nielsen
Keymaster

Hello,

In general, it comes from the Elementor itself – https://prnt.sc/OsnfN0m26CDO, looks like some option is enabled there so it hides the Page title. Here is an article on how it could be – https://elementor.com/help/how-to-hide-page-titles-in-wordpress/, but I cannot find that enabled option on your side.

So either use the code below or contact their support to remove that code that hides the title.

.archive .page-title .entry-title {
    display: block !important;
}

Kind Regards