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 effectively, you can add custom CSS by navigating to Custom CSS. Additionally, specify the class utilized in the Classes option while editing the icon. For example:
- Icon with primary color (already available)
by applying primary-text
class. - Icon with primary background (already available)
by applying primary-background
class. - Icon with a different background color using the following CSS:
.custom-icon.blue-bg {
background: blue;
color: white;
padding: 2px;
}
Was this page helpful?