New Landing How can we help? Themeforest Theme Support Flexform Menu: How to remove menu from a specific page ? Reply To: Menu: How to remove menu from a specific page ?

#7727
dekket
Member
Post count: 33

This is easily done.

1) Add a specific class to the body of that page
2) In the custom CSS, add a line with:
body.<classname> nav#main-navigation {display:none;}

Not sure about the tagline. I guess you could add a line of code to the template files, but you’d have to re-add it when the theme gets updated.