Elementor Header Footer Free Tutorial
Subscribe to my YouTube Channel
DISCLAIMER: I often review / link to products & services that I love and think you may find of interest. When you purchase a product/service through one of my link, I receive a commission, which helps me producing free content (you don’t pay anything extra!).
hello, I’m Kaycinho, The Digital Alchemist, and today I’m going to teach you how to create custom headers and footers with the free version of Elementor.
I’ve kept this tutorial (see video above) simple, because I want you to focus on the technique first. Once you’ve mastered it you can style it as you wish.
Elementor Header Footer Free Tutorial
This tutorial is video based of course, but in case you need some time stamps :- 1:25 – Custom header v1
- 15:22 – Custom header v2
- 16:30 – Custom header v3
- 17:25 – Custom footer
Css Code
Styling the close icon + centering button
/* Put space around the close menu icon */ .hfe-flyout-close, .hfe-flyout-close svg { position: absolute; top: 20px; right: 20px; } /* Align button in menu + margin */ .hfe-nav-menu li.elementor-button-wrapper { text-align: center; margin-top:50px; }
Making the flyout menu fullscreen
/* Make Flyout menu 100% */ .hfe-flyout-wrapper .hfe-side { width: 100%!important; }