Remove add a menu

Hello,

I have the same problem - want to remove the menu at the top of the page.
I have tried adding

nav.navbar.navbar-default {
    display: none;
}

and also

.main-navigation .module-group.right {
    display: none;
}

from another thread (https://colorlibsupport.com/t/remove-add-menu-and-search/)
to custom.css but none of it worked.
I am using the plugin CUSTOM CSS from http://freshface.net to edit custom.css.

Have you got any idea why?

Thank you very much!

Eva