Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hey guys,
thanks for your awesome work! I’m new to CSS and have a question:
My goal is to animate one specific icon of a SiteOrigin Features Widget with Animate It!.
I used your CSS visual editor to target the icon and underline it…
.so-widget-sow-features-default-178e322a1a17 .sow-features-list .sow-features-feature .sow-icon-container [class^="sow-icon-"] { text-decoration: underline; }
so that I can replace it with an example Animate It! class (animated spinner duration1 infinite):
.so-widget-sow-features-default-178e322a1a17 .sow-features-list .sow-features-feature .sow-icon-container [class^="sow-icon-"] { animated: spinner duration1 infinite; }
But unfortunately I get the warning: “Unknown property ‘animated’.
I would appreciate some help on how to get this done. :)
Hi Thross,
Do you have a public URL where we can take a look at what’s going on?