Remove menu from header

hi,

please advise as to how to remove the menu bar under / in my header section?

i attempted to use the css code on https://theme.co/apex/forums/topic/remove-menu-all-together-2/ , but unfortunately nothing has taken.

kindly advise?

thanks,

darryn

Hey Darryn,

Please add this code in X > Theme Options > CSS:

.x-navbar-wrap {
    display: none;
}

Hope this helps.

Thanks Jade,

You are a SUPERSTAR!!!

Much appreciated,

Darryn

On behalf of my colleague, you’re welcome. Cheers! :slight_smile:

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.