[cXF] Icons in Visitor menu

[cXF] Icons in Visitor menu

  • Автор темы Автор темы axtona
  • Дата начала Дата начала
Регистрация
28.06.2020
Сообщения
3 827
Реакции
1 392
Credits
$8 464
thanks to dear member @jessy submitted a new resource:

[cXF] Icons in Visitor menu - Would you like to have icons in Visitor menu

Would you like to have icons in Visitor menu like this?
Посмотреть вложение 74075
Add this to your extra.less template:
For XF2.3
CSS:
/* Icons in Visitor menu */
.menu-content.js-visitorMenuBody .menu-linkRow {
padding: 6px 5px 6px 12px;
}
.menu-content.js-visitorMenuBody a.menu-linkRow {
&:before {
padding-right: 5px;
}
&[href*="whats-new/news-feed"]:before {
.m-faContent(@fa-var-rss);
}
&[href*="search/member"]:before {...

Read more about this resource...
 
Верх