Reply To: Change the menu

Homepage Community Forums Guru Theme Support Change the menu Reply To: Change the menu

#25182

Okay, I was able to change the menu to white and the fonts to black …. Here’s the code I added to the CSS

.genesis-nav-menu .sub-menu a {
background-color: #ffffff;
font-size: 14px;
padding: 20px;
position: relative;
width: 200px;
word-wrap: break-word;
}

however on the mobile the menu bars (3 horizonal bars) are not showing up to access the menu dropdown menus. How do I change those mobile menu bar to black?

Please assist.

Thank you.