Satix
Member
SOLVED: For anyone else wondering how to do this, the code is:
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.
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: