How can I increase the size of the fullscreen slider buttons? When you are using a fullscreen image or video the default button size is way too small. Is there a quick way to change the size of that button to be at least twice as big?
Thanks in advance
I basically would like to make it X Large
Ok nevermind I found how by adding this to custom.css
#top .avia-slideshow-button {padding: 25px 50px 23px;
font-size: 15px;
min-width: 200px;}