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: Ultimate Pro Demo Site – Slider, Buttons

#23155

Hi Aris,

Sorry we missed you topic.
For to have your own button style just go to the specific slide setting and paste this html code with your own link and button text<a href='http://yourlink.com' class='call-to-action call-to-action-button'>Buy Now</a> in the text field as shown in this screenshot http://awesomescreenshot.com/09b4mrlm95
Then Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

.call-to-action-button {
    color: #fff !important;
}
.call-to-action-button:hover {
background-color: #35aca8;
border-color: #35aca8;
}
.business-layout .header-main {
    padding-bottom: 30px;
}

Thank you!