XF 2.3 PUBLIC NAV ICONS (FINAL FIX)

AigleRoyal

New member

Membre du personnel
Administrateur
Points 3
Solutions 0
AigleRoyal a soumis une nouvelle ressource:

XF 2.3 PUBLIC NAV ICONS (FINAL FIX) - PUBLIC NAV ICONS

✅ XF 2.3 PUBLIC NAV ICONS (FINAL FIX).

Code:
code à ajouter:
Apparance → Styles → Votre style → EXTRA.less


1️⃣ Global mixin (XF 2.3 safe).
Less:
/* XF 2.3 Nav icon helper */
.m-xfNavIcon(@icon) {
    &:before {
        .m-faContent(@icon);
        margin-right: 6px;
        font-size: 1em;
        vertical-align: middle;
        opacity: .85;
    }
}


2️⃣ Scope correctly for XF 2.3 navigation.
Code:
.p-navEl-link
Et
Code:
 .menu-link
...

En savoir plus sur cette ressource...
 
Dernière édition:
Retour
Haut Bas