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*

Reply To: Custom Buttons

#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!