skip to Main Content

I want to start designing with a blank page in Elementor but can’t manage to remove the header and footer defined by the WordPress theme.
As you can see in the screenshot I have already chosen the option "Elementor canvas." Nevertheless, the page still displays sidebar, header and footer from another theme.

Thanks in advance for any help!

enter image description here

3

Answers


  1. The sidebar, header and footer come from you template.

    Elementor does not replace them unless you use Elementors theme builder feature to overwrite them.

    You can delete them in your theme or use a theme that is intended to have no header and footer.

    If you delete it in your theme, make sure to not delete eg. wp_header() and wp_footer() which are important to enqueue styles and other things and not just for display.

    Login or Signup to reply.
  2. go to your theme header.php and footer.php

    locate at wp-content/themes/yourtheme/header.php
    and wp-content/themes/yourtheme/footer.php
    

    and remove any code you don’t need HTML

    Login or Signup to reply.
  3. Make a new empty header & footer template and set it to display entire site.

    User the theme "Hello Elementor" for a blank page.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search