Reply To: Adding gradient color and boxes to menu items

Homepage Community Forums Epik Theme Support Adding gradient color and boxes to menu items Reply To: Adding gradient color and boxes to menu items

#14830
kronos
Customer

    This would require some basic CSS knowledge in order to to do this. You can add custom css to your style.css file. Look around line 2202 and you can start adding your code there, it should look like this –

    /* Site Header Navigation
    --------------------------------------------- */
    
    .site-header .genesis-nav-menu a {
    	color: #fff;
    }