XenForo Login ve Register Kısmına Simge Ekleme (1 Viewer)

Ouzhan55

Yarasa Üye
Üye
Katılım:17 Tem 2021
Mesajlar:24
Tepkime puanı:14
Puanları:11
Bunun için extra.less şablonunun en dibine bu kodları eklemeniz yeterli.

Not: 2.1.x sürüm

Kod:

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

Users who are viewing this konu

Üst