[RSS Feed/News] Font Awesome Icons in Navbar for 2.1

Status
Not open for further replies.

XenForo

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

Font Awesome Icons in Navbar for 2.1 - Font Awesome Icons in Navbar

Enter code in the extra.less

Before:

View attachment 188609

After:
View attachment 188610


Less:

Code:
.p-navEl a::before{
    font-family: 'Font Awesome 5 Pro';
    padding-right: 5px;
}

.p-navEl a[data-nav-id="home"]::before{content: "\f015";}
.p-navEl a[data-nav-id="forums"]::before{content: "\f27a";}
.p-navEl a[data-nav-id="whatsNew"]::before{content: "\f0e7";}...
Click to expand...

Read more

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