[25517]GreenDark

Goooos

Заблокирован
Сообщения
48
Реакции
22
Баллы
710
Goooos, в extra.less ищешь
Код:
//Иконки узлов
.node--forum .node-icon i:before, .node--category .node-icon i:before {
    content: "\f2da";
    display: inline-block;
    width: 1em;
}
.subNodeLink.subNodeLink--forum:before, .subNodeLink.subNodeLink--category:before {
    content: "\f192";
}
и заменяешь на
Код:
//Иконки узлов
.node--forum .node-icon i:before, .node--category .node-icon i:before {
    content: "\f2da";
    display: inline-block;
    width: 1em;
}
.subNodeLink.subNodeLink--forum:before, .subNodeLink.subNodeLink--category:before {
    font-size:0;
}
спасибо
 
Современный облачный хостинг провайдер | Aéza
Назад
Сверху Снизу