Forum Replies Created
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
This adds the full menu back in as well though.
I listed each menu item separately to stop it from displaying.
li#menu-item-(menu-item-number) {
display: none!important;
}
Perfect! thank you so much for your help.