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
- 25,815
- Points
- 823
Reputation:
I might be missing smth, but it seems like I am unable to figure out how to use an image with variations (like
Smth. like
Code:
might work, but that seems pretty complicated (and kinda inefficient) - there must be a...
Read more
Continue reading...
publicLogoUrl
) as a background image.Smth. like
Code:
Code:
#myid
{
background-image: url({$xf.style.getPropertyVariation('publicLogoUrl', 'default'});
.m-colorScheme(dark {
background-image: url({$xf.style.getPropertyVariation('publicLogoUrl', 'alternate'});
});
}
Read more
Continue reading...