top of page
Crumpled Fabric

0

How to Instantly Hide the Header & Footer in Wix

Click URL to copy

Apr 13, 2025

3 min read

WIX Ideas Team

Tags: Wix Studio Header Footer Hide Header & Footer in Wix

Are you looking to remove the header and footer from a specific page on your Wix Classic site? Whether you're building a landing page, a sales funnel, or a minimal design experience, sometimes you just need a clean canvas. At Wix Ideas, we help you take full control of your website’s layout—and today, we’re diving into exactly how to do that.


Why Hide the Header and Footer?

Hiding the header and footer on a single page can give you:

  • A distraction-free layout

  • A perfect setup for landing pages or pop-up experiences

  • More creative freedom for special campaigns or announcements


And the best part? It only takes a few clicks on your Wix Classic editor.


Step-by-Step: How to Hide the Header and Footer on Wix Classic

Follow these simple steps to remove the header and footer from a specific page on your site:

  1. Open your Wix Classic editor and navigate to the page where you want to hide the header and footer.

  2. On the left-hand panel, click “Pages & Menu.”

  3. Find the page you're currently on, then click the three-dot icon next to it.

  4. Select “Settings.”

  5. Go to the “Layouts” tab.

  6. Choose “No Header and Footer.”


That’s it! You’ve successfully hidden the header and footer from that specific page.


⚠️ Note: This change only applies to that page. If you go to other pages (like your About page), you’ll still see the default header and footer unless you repeat the steps above.


Need More Design Flexibility? Try Wix Studio!

If you’re ready to go beyond the basics and want to design with maximum creative control, Wix Studio is where the magic happens. With tools for advanced animations, responsive breakpoints, and interactive elements—like marquee text, scroll effects, and hover states—Wix Studio gives you the power to bring any vision to life.


➡️ Pro Tip from Wix Ideas: Want to learn how to add beautiful, interactive elements like marquee text on your Wix Studio site? We cover that and more in our YouTube tutorials.


Learn More with Wix Ideas

At Wix Ideas, we specialize in helping you build, customize, and elevate your Wix and Wix Studio websites. Whether you're a restaurant owner, online store manager, or creative entrepreneur, we’ve got tools and tutorials to make your site stand out.


🎓 Explore our free step-by-step tutorials:👉 https://www.wixideas.com/tutorials


🛒 Shop our premium templates for Wix & Wix Studio:👉 https://www.wixideas.com/shop


📩 Need a quote for a new or existing website?👉 https://www.wixideas.com/quote


Watch the Full Tutorial on YouTube

For a complete walkthrough, check out our full video tutorial on the Wix Ideas YouTube channel. We break down each step visually and show you bonus tips to take your site to the next level.


🎥 Subscribe and never miss a Wix tip again:👉 Click here to subscribe to Wix Ideas on YouTube


Ready to take your Wix website to the next level? Whether you're hiding a header, adding advanced animations, or redesigning your site from scratch—Wix Ideas is here to help you every step of the way.


💡 Join the community. Learn the tools. Build a site you’re proud of—with Wix Ideas.

Code



Leave a comment (0)

Thanks for leaving a comment🎉

ahmed

ahmed

May 19, 2024

wix form data

Hi i need your help also in wix form submission

the problem is that some fields are generated when $w.onReady(function () { like day & date and when i choose the student name i get the phone number from database .

and the form save only the field u fill it by ur self like input or dropdown

Reply

Walter Odibi

Walter Odibi

January 20, 2000

bromar

bromar

Sep 29, 2023

Love the tutorial!!!

You are truly great at creating these instructional videos!! Thank you! I am having trouble figuring out . . 'the triggered email' . . it is not being sent to the user submitting the form, the form and the email to the admin works great. . Could you point me to where this might have already been addressed? or any other help? On a second note. .the submit button success/failure message will go back to the default message once it's connected to the data set(I couldn't figure that out either. )

Reply

Walter Odibi

Walter Odibi

January 20, 2000

kaan

kaan

Jun 4, 2023

wishlist and rating system

hello sir I try today 2 hours but not working if you want I pay money can you do this 2 ( wishlist and rating star) system please I send to you invaid

Reply

Walter Odibi

Walter Odibi

January 20, 2000

Hi there, you can contact me here using the in-app chatbox

Waqas

Waqas

Apr 16, 2023

Triggered Email Backend

Hi mate please can you send email by backend

Reply

Walter Odibi

Walter Odibi

January 20, 2000

Hi Waqas, there isn't a backend code for this tutorial. The emails will be sent from the client-side.

Ghan

Ghan

Dec 29, 2022

Great Tutorial

Hi !

First of all, I want to thank you for your great tutorials, they helped us a lot with the coding.
But I still need your help, if you don't mind. I have based on Save Calculated Field using Wix Data Hooks Codes, to code my form . but the problem is I don't know why the code only reads the computation for "week2" computation and not the "weeks"

here is the code

I also did a separate column in the dataset where the chosen datas for both fields will be placed.

$w.onReady (() => {
$w("#Person").onChange(() => {
$w("#weeks").onChange(() => {
$w("#week2").onChange(() => {
let person = Number($w("#Person").value);
let weeks = Number($w("#weeks").value);
let week2 = Number($w("#week2").value);


$w("#totalLabel").show();

$w("#totalLabel").text = `"${String(weeks * Number(person))}페소"`; //DESIGN YOUR MESSAGE
$w("#totalLabel").text = `"${String(week2 * Number(person))}페소"`; //DESIGN YOUR MESSAGE

});
});
});

});

Reply

Walter Odibi

Walter Odibi

January 20, 2000

Hi there, thanks for your comment. I see why this is a problem. The onChange() function seems wrong in combination.

To combine onChangeFunctions use this method

$w("#Person, #weeks, #weeks2").onChange(() => {

//code here

});

Walter

Walter

Aug 8, 2022

More Details? Watch video

Hi, you can click here to watch the video https://www.youtube.com/watch?v=9bx7-nBeZ5c

Reply

Walter Odibi

Walter Odibi

January 20, 2000

Walter

Walter

Jul 11, 2022

For you

Reply

Walter Odibi

Walter Odibi

January 20, 2000

Walter Odibi

Walter Odibi

Apr 18, 2022

Awesome Feature

This tutorial shows you how to display views on your Wix repeater.

📺WATCH VIDEO HERE https://www.youtube.com/watch?v=Iz7SdaCSdXg

Reply

Walter Odibi

Walter Odibi

January 20, 2000

Walter Odibi

Walter Odibi

Apr 18, 2022

Amazing tutorial

This amazing tutorial will show you how to a comment section to your WIX dynamic page.

📺WATCH VIDEO HERE https://www.youtube.com/watch?v=f8-vJQFNZ_c

Reply

Walter Odibi

Walter Odibi

January 20, 2000

Walter Odibi

Walter Odibi

Apr 10, 2022

Great Feature🎉

This amazing tutorial will show you how to add a visitor view counter to your WIX dynamic page.

🚩MORE TUTORIALS https://www.wixgenius.com/wix-tutorials

Reply

Walter Odibi

Walter Odibi

January 20, 2000

RELATED TUTORIALS 🚀

How to Create a Custom 404 Page in Wix (Step-by-Step Guide)

How to Create a Custom 404 Page in Wix (Step-by-Step Guide)

Customize your 404 Page on Wix Classic and Wix Studio

bottom of page