XenForo Tutorials

[XenForo 2.x] Icons for Login and Register buttons

Submitted by zbimz, , Thread ID: 67642

Thread Closed
zbimz
Newbie
Prime
Level:
0
Reputation:
0
Posts:
19
Likes:
12
Credits:
178
01-01-2018, 06:46 PM
#1
[Image: EIGbpPI.png]

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;
}
/**********/

More information

https://xenforo.com/community/resources/...tons.6000/

Users browsing this thread: 1 Guest(s)