Points
3
Solutions
0
- Localisation
- Moselle
- Messages
- 19
- Inscrit
- 12 Mars 2026
- Réactions
- 24
- Points
- 3
- Site web
- xen-vbr-web.org
Megatekno a soumis une nouvelle ressource:
FA Icon for Public Navigation - XF 2.3 PUBLIC NAV ICONS (FINAL FIX).
En savoir plus sur cette ressource...
FA Icon for Public Navigation - XF 2.3 PUBLIC NAV ICONS (FINAL FIX).
Code:Where to add: Appearance → Styles → Your style → EXTRA.less
Global mixin (XF 2.3 safe).
Code:/* XF 2.3 Nav icon helper */ .m-xfNavIcon(@icon) { &:before { .m-faContent(@icon); margin-right: 6px; font-size: 1em; vertical-align: middle; opacity: .85; } }
Scope correctly for XF 2.3 navigation
XF 2.3 uses .
Code:.p-navEl-link .menu-link
Nous cibleons donc les deux :
Code:.p-navEl-link, .menu-link { position...
En savoir plus sur cette ressource...