[cXF] Icons for Login and Register buttons

DIY [cXF] Icons for Login and Register buttons

Currently reading:
DIY [cXF] Icons for Login and Register buttons

BassMan

Staff member
Administrator
May 18, 2015
463
161
2,072
BassMan submitted a new resource:

Icons for Login and Register buttons - ... with Font Awesome

View attachment 1202

Add code to your extra.less template:
CSS:
/* 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;
}
/**********/

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