Digital experiences for all disciplines
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 ?
June 10, 2013 at 6:32 pm
#7727
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.