Feature Icons
Permalink
Good day all,
Is there a way to get more icons that the black and white icons shown on the Feature block icons?
I'm getting the feeling that these are not just icon images I could download some and drop them in a folder, and instead they may be font related. Is there anyway to customize them with additional or colorful icons?
Is there a way to get more icons that the black and white icons shown on the Feature block icons?
I'm getting the feeling that these are not just icon images I could download some and drop them in a folder, and instead they may be font related. Is there anyway to customize them with additional or colorful icons?
The icons you see are font awesome icon fonts. They are font characters that can be styled like regular text with CSS.
Example:
- this makes all the feature icons red
Every icon gets two classes. The first class is the .fa (font awesome class) and the second class is the name of the icon. You can use the name of the icon to style it individually.
Example:
- this would make the eye red
- this makes the eye purple, the background lightblue, and makes it round
http://imgur.com/a/VuW9Y
You can also add background colors and border-radius to icons.
http://codepen.io/ameyraut/pen/yfzog...