Icons
Add Font Awesome icons to your pages. Font Awesome 5.15.4 free is loaded.
How to add an Icon?
To add an icon, start typing "/" and choose Icon from the inline blocks list.
Icon Examples
- Database
- User
Styling Icons
⭐
Available in Grow Projects
To style icons, you can provide CSS in Custom CSS, and supply the class used in Classes option when editing the icon. For example:
- Icon with primary colour (already available)
by applying primary-text
class. - Icon with primary background (already available)
by applying primary-background
class. - Icon with a different background colour using the following CSS:
.custom-icon.blue-bg {
background: blue;
color: white;
padding: 2px;
}
Anything missing? Leave us feedback