.entry-content section {
display: block;
overflow: hidden;
clear: both;
margin-bottom: 45px;
}
.entry-content section a {
text-decoration: none;
}
.col-md-3 {
width: 25%;
float: left;
}
How to Use Font Awesome Icons
Use the following shortcode to insert one of the many available Font Awesome icons. View the available icons below (or at http://fortawesome.github.io/Font-Awesome/icons/) to grab the class for your desired icon. Each one starts with “fa-“.
The shortcode accepts three parameters:
icon="fa-ICON-NAME" size="SIZE-IN-PIXELS" (integer) color="#000000" (color hex code)
Example
[icon icon="fa-thumbs-up" size="30" color="#be5353"]
Available Icons:
Web Application Icons
Form Control Icons
Currency Icons
Text Editor Icons
Directional Icons
Video Player Icons
Brand Icons
- All brand icons are trademarks of their respective owners.
- The use of these trademarks does not indicate endorsement of the trademark holder by Font Awesome, nor vice versa.