[cXF] Icons in Visitor menu

DIY [cXF] Icons in Visitor menu

Currently reading:
DIY [cXF] Icons in Visitor menu

BassMan

Staff member
Administrator
May 18, 2015
463
161
2,077
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 1728


Add this to your extra.less template:

Less:
/* 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);
    }
    &[href*="/search/member"]:before {
        .m-faContent(@fa-var-comments);
    }...

Read more about this resource...
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Welcome to customizeXF

We are running default XenForo style customized by cXF
Registration is free!

Search forums

Back
Top