Hide the menu on a single page CSS code?

Hello, what CSS code do I have on a single page in the
Enter page options (custom CSS) to hide the entire menu?
The question concerns the normal and the sticky menu.

.main-navigation {
  display: none;
}

Unfortunately does not work.
Greetings Daniel

Comments

Sign In or Register to comment.