How To Remove Default Header and Footer in WordPress

preview_player
Показать описание
Remove Default Header and Footer in WordPress in 1 minute WITH THIS VIDEO
In a few easy steps, you will remove the WordPress default header and Footer in a few seconds

Code to remove WordPress default header: #main-header {
display: none;
}

Code to remove WordPress default footer: #main-footer {
display: none;
}

Watch this video and learn how to Remove Default Header and Footer in WordPress in a few simple steps!
There are different reasons why you want to remove the WordPress default header and footer. WordPress header can be removed with a simple step explained in this video.
Also, this short video contains easy steps to remove the WordPress footer.

Delete the default header and footer from the website WITH THIS SIMPLE CODE

#wordpress #wordpressheader #wordpressfooter
Рекомендации по теме
Комментарии
Автор

Please if anyone could tell me how to get back the menu which we got with our theme and not the elemntor menu ???

KartikPP-jijm
Автор

Thanks, very useful, however each theame has its own name for the header and footer.
I found this useful:

header{
display: none;
}

footer{
display: none;
}

Just make sure your custom team or Elementor Template do not use the header and footer elements. In my case they use a sections both for header and footer

Andrei-dsqv
Автор

is code se to mera elementor wala header hat gaya lekin hatana theme wala header tha

KeshuPachwara
Автор

That’s BS I’ve only got editor and themes.

thefreshprince-tm
Автор

Heard this music in Xvieos ( ͡° ͜ʖ ͡°)

raffaelyork
Автор

header {
display: none;
} simple type for hide header

footer-menu {
display: none;
}
type for hide footer

foryou