Icons


Pages come with its very own pixel perfect font icons that is made specially for pages, this has over 50 icons to choose from.
We have also include the popular Font Awesome and Line Icons. Currently it will scale up over Over 600 icons


Pages Icons

Follow these steps to include an icon on to your page

Step one

Check if the following Style sheet is already added inside the <head> tag

<link href="pages/css/pages-icon.css" rel="stylesheet" type="text/css">

Step two

Place the icon class in a <i></i> tag, pages icon prefix class starts with pg-. To view all classes in pages icon go to our demo icons page

example :

<i class="pg-social"></i>

Font Awesome Icons

Follow these steps to include an icon on to your page

Step one

Check if the following Style sheet is already added inside the <head> tag

<link href="assets/plugins/font-awesome/css/font-awesome.css" rel="stylesheet" type="text/css" />

Step two

Place the icon class in a <i></i> tag, pages icon prefix class starts with fa fa-. To view all classes in Font Awesome go to our demo icons page

example :

<i class="fa fa-cloud"></i>

Simple Line Icons

Follow these steps to include an icon on to your page

Step one

Check if the following Style sheet is already added inside the <head> tag

<link href="assets/plugins/simple-line-icons/simple-line-icons.css" rel="stylesheet" type="text/css" media="screen"/>

Step two

Place the icon class in a <i></i> tag, pages icon prefix class starts with sl-. To view all classes in Simple Line icon go to our demo icons page

example :

<i class="sl-user"></i>

Other Useful resources thay you may find: