Reply To: How to display button code without a link?

Homepage Community Forums Epik Theme Support How to display button code without a link? Reply To: How to display button code without a link?

#5816
Eric
Customer

    Ok, also if you want to remove the underline (which should only show when you hover over it) then you could create a new class for the “hover”, then add text-decoration: none; and it will remove it. It initially comes from this code –

    
    a.button:hover {
    	-moz-transition:all .5s ease;	
    	-o-transition:all .5s ease;	
    	-webkit-transition:all .5s ease;
    	text-decoration: underline;
    	transition:all .5s ease;	
    }

    but you can override it by adding a custom code/class.

    I’ll go ahead and close, but if you need more assistance with this feel free to let me know.


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