Does anyone know how I can round this arrow and remove background shadow using CSS?
Thanks
Hi! I think you forgot to attach a screenshot.
Apologies, please see revised attachment!
I’m not seeing an arrow… @Ryan_Crosbie did @Lucian_Dinu help ya out?
Ah thanks!
That icon itself is a font-awsome icon I think - if you open up the HTML, I believe you can replace it with any SVG HTML code of your choice - then open up the CSS of that preset, and adjust the “span” code to also include “svg” so that the “arrow” animation keyframes is applied.
Or, you could just add an SVG element to the canvas, link it to the element below, and then add a simple animation in CSS (you can copy/paste the keyframes from the Scroll Down Preset)
here’s a rounded arrow if you like:
Thanks so much! Very useful.