[cXF] Icons for Login and Register buttons

XenForo [cXF] Icons for Login and Register buttons

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
XenForo submitted a new resource:

[cXF] Icons for Login and Register buttons - ... with Font Awesome

View attachment 12905

For XenForo 2.3 add below code to your extra.less template:
CSS:
/* Icons for Login and Register buttons */
.p-navgroup-link.p-navgroup-link--textual.p-navgroup-link--logIn:before {
    .m-faContent(@fa-var-sign-in);
    color: #E6BB5C;
}
.p-navgroup-link.p-navgroup-link--textual.p-navgroup-link--register:before {
    .m-faContent(@fa-var-key);
    color: #E6BB5C;
}
/**********/

If you want an icon with one of the Font Awesome 5...

Read more about this resource...
 
Back
Top Bottom