Webtiryaki Bulut Themes!

The simplest and fastest way to build great UI for your community.

Font Awesome (Default Theme)

  • Thread starter Thread starter BuffsPlx
  • Start date Start date
B

BuffsPlx

Guest
This was tested on the default theme and adds font awesome to just about all areas.

Simply add to Extra.css:
CSS:

Code:
.p-navEl-link, .menu-linkRow, .offCanvasMenu-link {
    &:before {
        .m-faBase();
        display: inline-block;
        margin-right: 5px;
    }

    &[data-nav-id='home']:before {.m-faContent(@fa-var-home);}
    &[data-nav-id='forums']:before {.m-faContent(@fa-var-comments);}
    &[data-nav-id='whatsNew']:before {.m-faContent(@fa-var-bolt);}...

Read more

Continue reading...
 
Top