Reply To: change color submenu

Homepage Community Forums Epik Theme Support change color submenu Reply To: change color submenu

#9757
Wes
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;
    }