My site is https://comics.oubilettestudio.net
I am trying to change the custom css page to add the thumbnails of my characters through comic easel. According to a tutorial, I need to add
.character-slug{
background: url(‘thumbnail location’) top center no-repeat;
for each character in the CSS Stylesheet Editor which I think it’s the one from jetpack, I’m not sure since I don’t remember how I ended up adding it in the first place.
I could add the first thumbnail without problem, but the rest of the changes are not being saved by it.