Hi, I want to make the button or buttons that can be added to a fullscreen slider bigger – http://screencast.com/t/ePqmUvfj
How can I do that?
Hey DROR!
Thank you for using Enfold.
Add this code to the Quick CSS field then adjust the properties:
#top .avia-slideshow-button {
border-radius: 3px;
text-transform: uppercase;
padding: 15px 16px;
display: inline-block;
margin-top: 20px;
text-decoration: none;
font-weight: bold;
font-size: 20px;
}
Regards,
Ismael
Awesome. Thanks :)