Glyphicons FontAwesome With Bootstrap For WordPress

Let’s move onto using Glyphicons and FontAwesome in the Bootstrap WordPress CMS. The first thing that you will have to do is call in the libraries. We have already called in the Bootstrap library but just in case there are some not following along with the tutorials here is what you put in your header.php.

[code]<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">[/code]

For those that are following along in the tutorial you will have to add the FontAwesome CDN as well. Here is what you need to add in your header.php. Put this right below the bootstrap library CSS.

[code]<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">[/code]

Only cool people share!

Glyphicons FontAwesome With Bootstrap For WordPress was last modified: March 8th, 2019 by Maximus Mccullough
glyphicons-fontawesome-bootstrap-wordpress

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.