badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Custom Buttons

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #24346
    Ahmad
    Participant

    Hi,

    Can i get the css for two different buttons like this?

    #24349
    Ahmad
    Participant

    like these buttons

    #24371
    Ahmad
    Participant

    hello. just incase you guys missed the reply

    #24435

    Hi Ahmad,

    Below is the css code for the custom button.

    a.custom-button {
    	background-color: #f5ab35;
    	-webkit-border-radius: 3px;
    	-moz-border-radius: 3px;
    	border-radius: 3px; 
    	text-align: center;
    	font-size: 16px;
    	padding: 10px 30px; 
    	color: #fff;
    	margin-top: 20px;
    	display: inline-block;
    	-ms-transition: all 0.2s ease-out;
    	-moz-transition: all 0.2s ease-out;
    	-webkit-transition: all 0.2s ease-out;
    	-o-transition: all 0.2s ease-out;
    	transition: all 0.2s ease-out;
    }

    Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.