[RSS Feed/News] [cXF] Icons in Visitor menu

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
BassMan submitted a new resource:

[cXF] Icons in Visitor menu - DIY guide for icons in Visitor menu.

Would you like to have icons in Visitor menu like this?

View attachment 196355


Add this to your extra.less template:

Less:

Code:
/* Icons in Visitor menu */
.menu-content.js-visitorMenuBody a.menu-linkRow {
    &:before {
        .m-faBase();
        padding-right: 5px;
    }
    &[href*="/whats-new/news-feed"]:before {
        .m-faContent(@fa-var-rss);
    }...
Click to expand...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom