Jump to content

FontAwesome icon next to a page name


peter matera

Recommended Posts

Are you referring to icons adjacent to the page menu item like this?

Screen-Shot-2015-08-27-at-6.42.38-PM.thu

 

If so, address it in your custom.css using 

.elNavigation_app_cms_0:before {
  font-family: FontAwesome;
  font-size:40px;
  font-weight: normal;
  margin-right: 5px;
  content: "\f206";
 
}

Where the cms_0 is for the first, and then use 1, 2, 3, etc for the appropriate CMS page - replacing the 0.
The content: is the fontawesome icon you want to use.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...