March 16, 2015 at 8:37 am
#23155
Theme Horse Support Team
Keymaster
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!