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: Slogan Button

#26025

Hi Justyn,

I just visited to your site and there is something error on your site. Add the following css in custom css

.slogan-wrap {
  background-color: #05a9c5; /* change this color code to your need*/
}
.slogan-wrap .view-work {
  background: #89a452;
  background: -webkit-linear-gradient(#A1B675, #89a452);
  background: -moz-linear-gradient(#A1B675, #89a452);
  background: -ms-linear-gradient(#A1B675, #89a452);
  background: -o-linear-gradient(#A1B675, #89a452);
  background: -webkit-gradient(#A1B675, #89a452);
  background: linear-gradient(#A1B675, #89a452);
}
.slogan-wrap .view-work:hover {
	background: -webkit-linear-gradient(#D0DBBA, #89a452);
	background: -moz-linear-gradient(#D0DBBA, #89a452);
	background: -ms-linear-gradient(#D0DBBA, #89a452);
	background: -o-linear-gradient(#D0DBBA, #89a452);
	background: -webkit-gradient(#D0DBBA, #89a452);
	background: linear-gradient(#D0DBBA, #89a452);
} 

change the above color code you want
hope this may help you

Thank you!