Reply To: Change title color on hover as the Epik demo

Homepage Community Forums Epik Theme Support Change title color on hover as the Epik demo Reply To: Change title color on hover as the Epik demo

#5259
kronos
Customer

    Since you’re using the dark blue color scheme, you’ll need to add this for the hover –

    .epik-darkblue #title-area a:hover {
    	color: #aaa;
    }