Reply To: change color font nav menu

Homepage Community Forums Epik Theme Support change color font nav menu Reply To: change color font nav menu

#13160
kronos
Customer

    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.