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

#25940
Wes
Moderator

    Hi Tansey, The menu is showing up, but since the background is changed to white, the text won’t show up since it’s also white. So once we change the color it will show

    If you’re already making edits to your style.css file directly, then you can look around line 1145 and change the color from #fff to #333 or whatever color you want.

    .menu-toggle,
    .sub-menu-toggle {
    	background-color: transparent;
    	border-width: 0;
    	color: #333;
    	display: block;
    	margin: 0 auto;
    	overflow: hidden;
    	text-align: center;
    	visibility: visible;
    }

    If you’re adding custom css on a separate file or using the customizer css then you can copy that code above and add it there.

    This site looks great so far! Please let me know when you’re done so I can share your work!

    Let me know if this helps.