Comments on Hello Kitty All Comments Start of Thread Parent

the image address goes within the brackets, so it would look something like this:

background-image:url(https://images.unsplash.com/photo-1520052205864-92d242b3a76b?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1169&q=80)

I don't know why it doesn't work for you, can you send me a screenshot of your current code?

This user is not visible to guests.

ok i see, your current issue is that the image link is outside of the brackets, the code should look like this:

background: url(https://images.unsplash.com/...) center;
This user is not visible to guests.
This user is not visible to guests.