Reply To: Responsive menu and navigation bars

Homepage Community Forums Oasis Theme Support Responsive menu and navigation bars Reply To: Responsive menu and navigation bars

#25942
Wes
Moderator

    When I add the code it only shows on the desktop. There is already CSS that is supposed to hide the “Menu” text from showing on desktop, unless that part of the code was edited in some way?

    Can you add the code on the live site so the issue can appear? I’ll be able to see directly what’s going on.

    Here’s all the code you need to change the Menu text color –

    .menu-toggle,
    .sub-menu-toggle {
    	color: #333;
    }

    I removed the other parts that weren’t needed.