I am using a mobile menu plugin and need to disable the navigation bar from showing up in mobile view. Is there a custom CSS I can use?
I used this: #wrapper .dd-container .dd-selected-text {
display: none;
}
But that only took away the text. I need the back bar gone too.
Thanks,
Shayne