How to remove header and footer menus only in one page in Sparkling theme?

Hi, how can I remove the menus in header and footer, on top and at the bottom of a page, to not appear in one particular page on Sparkling theme? It should be kind of landing page with full width template and banners to click in the middle. I also need to remove the related pages to appear there. Haven’t tired it yet though. I have tried some codes given here and there on this forum, but they did not work for removing the header and footer menus.

Hi there

Hope you are having a good day and thank you for your question :slight_smile:
I can help you with this, what i only need is url of the page from where you want to hid header and footer and i will generate unique css code for that page

Thanks!
Colorlib Support Team

Hi

thanks. Here is my URL.

Also is there any way to remove the title “Welcome Instagram friends”? If I leave it blanck it comes up with the text “Untitled”. And it’s a bit bulky too.

hey there

Please add this CSS in appearance - customize - additional CSS

.page-id-3960 .navbar-default,
.page-id-3960 #colophon,
.page-id-3960 .page-header {
display: none;
}

Thanks!
Colorlib Support Team

Thank you, it works!

You are welcome :slight_smile:

Let us know if you need anything else