Hi,
A few questions:
I’m trying to get rid of the white background of the button on our frontpage. Is there a way to make this transparent or translucent?
additionally how do you change it’s proportions?
how ors the scroll down arrow become static i.e. not animated?
Thanks
Hey marijnmees!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .scroll-down-link {
-webkit-animation: none;
animation: none;
}
#top .avia-slideshow-button {
background: transparent;
color: white;
}
Cheers!
Yigit
Thanks!
how about changing the proportions of the button?
Marijn