Remove the Footer Menu from one page only

I am using Pro Version. I need to remove Footer Menu from one page ( Home Page). Thanks!

Hi Sydel,

Thank you for writing in, please add this to Theme Options > CSS

.home footer .x-nav {display: none;}

If its an another page, you can change the .home with .page-id-xxxx where xxxx is the page actual ID (numeric)

How To Locate Post/Page IDs

Hope it helps,
Cheers!

Worked perfectly. Thank You!

You are most welcome. :slight_smile:

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