Can the animated down arrow color be changed per section? So you can use a dark arrow on a light background and light arrow on a dark background?
Hi codemode,
I think so, could you provide us with a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
See link. I’d like to use an animated dark arrow on the light sections. Most of the site uses white or light backgrounds and so the white arrow gets lost.
Hi!
Please turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and give your element a custom CSS class and then add following code to Quick CSS
.your-custom-class .scroll-down-link { color: orange !important; }
Cheers!
Yigit
Great thanks!