[cXF] Icons for Login and Register buttons

МОДЫ xF2 [cXF] Icons for Login and Register buttons

Иконки для кнопок входа и регистрации
Модификации шаблонов Xenforo
For XenForo 2.3 add below code to your extra.less template:
Код:
.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 Pro styles - light, solid or duotone - use the above code like this (example): .m-faContent(@fa-var-duotone-sign-in);. As you can see, you add the style name (in that case duotone) inside the code right after the var-.
Назад
Верх Низ