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
- 26,860
- Points
- 823
Reputation:
LQD submitted a new resource:
Replace Overlay close button with FA icon - Replace Overlay close button with FA icon
Read more about this resource...
Replace Overlay close button with FA icon - Replace Overlay close button with FA icon
In EXTRA.css template add:
Font Awesome needs to be called via CDN or locally to work right.Code:/* FA icon for Overlay Close button */ .xenOverlay a.close:after { content: "\f00d"; font-family: FontAwesome; font-size: 14pt; padding-left: 12px; } .xenOverlay a.close { background-image: none !important; } /******/
Before:
View attachment 589
After:
View attachment 588
Read more about this resource...