XenForo Tutorials

Icons for Login & Register buttons

Submitted by pilou, , Thread ID: 74884

Thread Closed
pilou
Newbie
Level:
0
Reputation:
0
Posts:
17
Likes:
4
Credits:
112
12-02-2018, 07:36 AM
#1
Compatible XF Versions2.x
Add code to your extra.less template:

Code:
/* Icons for Login and Register buttons */
.p-navgroup-link.p-navgroup-link--textual.p-navgroup-link--logIn:before {
  font-family: FontAwesome;
  content: "\f090";
  color: #E6BB5C;
  padding-right: 5px;
}
.p-navgroup-link.p-navgroup-link--textual.p-navgroup-link--register:before {
  font-family: FontAwesome;
  content: "\f084";
  color: #E6BB5C;
  padding-right: 5px;
}
/**********/
This hidden content has been reported as still working 0 times this month.
1 times in total

Users browsing this thread: 1 Guest(s)