Fontawesome Webflow -
.hover-slide transition: transform 0.2s ease;
.icon-list li:before font-family: "Font Awesome 6 Free"; content: "\f00c"; margin-right: 10px; color: #10b981; fontawesome webflow
Wrap an icon inside a Link Block:
<i class="fa-solid fa-arrow-right hover-slide"></i> Then in Webflow Designer → : .hover-slide transition: transform 0.2s ease
Add to a Div Block that toggles content: i class="fa-solid fa-arrow-right hover-slide">
→ Missing <i> tag or incorrect class prefix ( fas vs fa-solid for v6).







