Tagged: customize, enfold, fullscreen slider, scroll down arrow
Is it possible to make the fullscreen slider’s scroll down arrow a different color or style? Ideally, I’d like to make it bounce as viewers tend to not notice or overlook it often.
Hey AMseptemeber!
Thank you for using Enfold.
You can change the color and background with this on Quick CSS or custom.css:
#top .scroll-down-link {
background: red;
color: blue;
}
Use css animations to apply a bouncing effect on the scroll down arrow. There’s a lot of good tutorials regarding that subject.
Best regards,
Ismael
Thanks Ismael