XF 1.5 Add FontAwesome Icons to Navbar?

michm0

Member
Hi all,
My destop version its fine with the icons on the navbar see here (icons + text)
sc1.webp

but i want to disable the text only on the mobile version, i want to see just the icon on the mobile version
Screenshot_20180412-111124_Chrome.webp

i want to see this on my mobole version (photoshop picture)
Screenshot_20180412-111124_Chromke.webp


here is my EXTRA.css code
PHP:
.publicTabs a.navLink:before { font-family: "FontAwesome"; font-size: 15pt; padding-right: 5px; font-weight: normal!important; }
.forums a.navLink:before { content: "\f015"; }
.members a.navLink:before { content: "\f0c0";}
.members-map a.navLink:before { content: "\f041";}
 
Top Bottom