RSS Feed/News Font Awesome Icons in Navbar for 2.1

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
24,761
Points
823

Reputation:

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

Continue reading...
 
Status
Not open for further replies.
Top