Reply To: Collapsing (responsive) primary nav menu

Homepage Community Forums Epik Theme Support Collapsing (responsive) primary nav menu Reply To: Collapsing (responsive) primary nav menu

#10982
Wes
Moderator

    @ronwallace try adding this to your css file (anywhere in the desktop/main css part) –

    .menu-toggle {
        display: none;
    }

    and that will remove that purple button that shows up when viewed in full width, and the regular icon will still show up in Responsive mode.