Homepage › Community Forums › Epik Theme Support › change color font nav menu › Reply To: change color font nav menu
If you want a background I would do it like this instead –
.nav-primary .wrap { background: #eee; padding: 0 20px; }
I added the padding to the code above so you can add some space, otherwise your text will show up at the edge of the div container.