How to hide the bottom navigation from one page?

Hi there,

Does anyone know how to hide the bottom navigation bar, including the social media icons and bottom link from one page only? I am using the Renew template.

I’ve circled, on the attached image, what I’d like to hide:

Thank you for reading this message!

Tracy

Hi There,

Thanks for asking!
There is no such option in the theme to hide menu in a single page. But there is an option to hide the complete footer in a page.
Just edit the page and choose any no footer template.

If you want to remove only the content, not the green section, then you have to use custom CSS for that.

Please edit the page in cornerstone and click on the CSS icon in the left.

Add this CSS to the editor.

.x-colophon.bottom .x-container {
display: none;
}

Hope this helps!

Thank you so much - This worked perfectly :grin:

Glad we were able to help :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.