Home › Community Forums › Guru Theme Support › Change the menu › Reply To: Change the menu
August 24, 2022 at 1:21 pm
#25182

Customer
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.