September 15, 2014 at 2:35 am
#5922
Keymaster
This is working to remove my nav bar. Should I stick with it?
Yes. In your case the principle is the same in hiding the header and the main menu. You can even combine the code.
Ex.
.page-id-XXX #header,
.page-id-XXX #nav-main {
display: none;
}
https://ronangelo.com/learning-css-a-quick-useful-introduction/