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,163
- Points
- 823
Reputation:
Following this resource (not for XF 2.3 but...), why custom prefixes are not styled by variation?
The syntax of the code is however the same as the original ones
https://xenforo.com/community/resources/creating-custom-prefix-styling.7333/
Less:
Read more
Continue reading...
The syntax of the code is however the same as the original ones
https://xenforo.com/community/resources/creating-custom-prefix-styling.7333/
Less:
Code:
&.label--yellow { .m-labelVariation(black, #ffff91, #e6e687); }
&.label--orange { .m-labelVariation(black, #ffcb00); }
&.label--error { .m-labelVariation(#c84448, #fde9e9, #c84448); }
//* CUSTOM PREFIXES
&.label--campBase {...
Read more
Continue reading...