XF 1.5 Adding sparkles to username that already has an image

Satix

Member
SOLVED: For anyone else wondering how to do this, the code is:
Code:
background: url('{linktoimage'), url('{linktosparkles}');
padding-left: 18px;
background-position: {imageposition}, {sparklesposition};
background-repeat: no-repeat, repeat;

Replace linktoimage with a link to the image that goes in front of the name, and linktosparkles with a link to the image of the sparkles. Replace imageposition with the positioning of the image in front of the username (left would be best imo), and sparklesposition with whatever position you want.
 
Last edited:
SOLVED: For anyone else wondering how to do this, the code is:
Code:
background: url('{linktoimage'), url('{linktosparkles}');
padding-left: 18px;
background-position: {imageposition}, {sparklesposition};
background-repeat: no-repeat, repeat;

Replace linktoimage with a link to the image that goes in front of the name, and linktosparkles with a link to the image of the sparkles. Replace imageposition with the positioning of the image in front of the username (left would be best imo), and sparklesposition with whatever position you want.

That didn't work for some reason my sparkles / gifs won't show up....
 
Top Bottom