Reply To: Need to change menu color.

Homepage Community Forums Epik Theme Support Need to change menu color. Reply To: Need to change menu color.

#11259
Wes
Moderator

    It looks like you’re using a plugin or something which gives you a different stylesheet lcoation than the original style.css file….and the code you need to change is located on line 469 in that file/plugin that you’re using. The code should look like this –

    .site-header .genesis-nav-menu a {
        color: #fff;
    }

    Just change that color to whatever you need. Let me know if that helps.