I'm building a product detail page using the WoodMart theme and the Elementor editor. Currently I'm trying to hide the header and footer via Elementor's "Canvas" template, but I'm finding that the front-end page still loads the theme's default header and footer.
Tried and true method:
-
Select the "Elementor Canvas" template in the page properties.
-
Try using the code snippet plugin
remove_action('woodmart_header', ...)
manner of hiding -
Disable global header display in theme settings (not working)
My goal is to only be inSpecific product detail pagesCompletely hide the header and footer and leave the rest of the page unchanged. Is there a recommended practice for this please? Do I need to use conditional tags or hooks to customize it?
- newest
- hottest
See only the author.