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

#10166
Eric
Customer

    It would probably be better to add the button like this instead – http://demo.appfinite.net/epik/buttons/ (look at the bottom for instructions).

    Then look around line 478 for the button section and you’ll see all of the code that makes up each button. –

    Look for this –

    /* Buttons
    --------------------------------------------- */

    The hover for the buttons is actually the opacity changing which makes the color fade a little –

    a.button:hover {
    	-moz-transition:all .5s ease;	
    	-o-transition:all .5s ease;	
    	-webkit-transition:all .5s ease;
    	color: #fff !important;
    	opacity: .7;
    	transition:all .5s ease;	
    }

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