Home › Community Forums › Epik Theme Support › change color submenu › Reply To: change color submenu
January 3, 2014 at 12:37 pm
#9757

Moderator
Take a look around line 2057 in your css file and change the color from there. It should look like this –
.genesis-nav-menu .sub-menu a {
background: #222;
color: #fff;
letter-spacing: 0;
padding: 13px;
position: relative;
width: 200px;
}