Reply To: Change buttons and menu second colors

Homepage Community Forums Epik Theme Support Change buttons and menu second colors Reply To: Change buttons and menu second colors

#10128
Eric
Customer

    That color is coming from the code on line 3478 in your css. You can override it by either pulling out the part that says – .epik-pink .site-header .sub-menu a:hover and adding the color, or you can simply just add this to your css and add whatever color you want in it’s place –

    .epik-pink .site-header .sub-menu a:hover {
    	color: #ffc5e1;
    }

    Where are the buttons that you’re referring to on your site located?


    I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com