Comments on Star in Blue All Comments

hi! i wanted to say i LOVE this code so much, but i ran into an issue when i wanted to add a background for the whole profile and the big star on the left dissapeared behind it :( i'd love for the star to be infront of the background but behind the text blocks like it usually is, ive been trying to play around with it but i cant get it to work, do you think you can help? if youd like to see what i mean feel free to click on my profile and you should see it

Of course! Just add this at the top of the code:

<div style="position:absolute; top:0; bottom:0; left:0; background:url( IMG_HERE ) center; background-size:cover; width: 100%; z-index:-1;" >
</div>
<br>

I also included another code tab to the HTML ("Code with BG") if you need it as reference. Hope this helps. Feel free to tell me if anything goes wrong.

yes this is perfect!! thank you so much <33