Anonymous asked: How did you get a background up? Which theme are you using?
I’m using the Stationery theme, I added something in my CSS field to get the background I have. The addition goes :
body{
background: url(insertlinkofimagehere) !important;
}
I found this somewhere online, so I have no idea the role the ‘important’ bit plays. Ah well.




