Remove Add a Menu

Hello,

I would like to remove “Add a Menu” at the top of the page, Illdy theme.

I have tried adding

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

from thread https://colorlibsupport.com/t/remove-add-a-menu/#post-79353

and also

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

from thread https://colorlibsupport.com/t/remove-add-menu-and-search/

to custom.css.

But none of it worked.

Have you got any idea why?

Thank you very much!

Eva

PS: I am using the plugin CUSTOM CSS from http://freshface.net to edit custom.css.

Hi @evamiliczka,

Could you send us your live website so we could check?

Thank you,

Cristian

Hello Cristian,

thank you very much.

This is the webpage:
http://www.naucmat.sk/wordpress/

This is really great support.

Thanks!

Eva

Hi @evamiliczka,

Please use this css code:

#header .top-header .header-navigation {
display: none;
}

@media only screen and (max-width: 992px)
.open-responsive-menu {

display:none;

}

Thank you very much,

it works!

Really great support!

Eva

You’re welcome, I am glad that worked.