Home › Forums › Theme support › Overlay Button On top of Home page Slider › Reply To: Overlay Button On top of Home page Slider
Hi,
the best way to change the style of the button/link is to do it with CSS code. You can try to add this at the end of your style.css file:
.cylce_element_content a {
border-radius: 15px;
background: #105050;
color: #fff;
padding: 4px 8px;
margin-top: 20px;
display: inline-block;
box-shadow: 0px 3px 10px 0px #00000069;
}
This code should do the job (please delete the browser cache after adding the code in your style.css file).