Overlay by
Profile by
I think that's what it would be called. On my pet Stretchy I can't get rid of the site's header image. I'm very not good at coding so I don't know what's wrong with it. It's a very simple profile that I've pieced together over the years and use for most of my pets. For some reason hers is borked.
code
<style type="text/css">
{background-image: url(http://i.imgur.com/c1nxkQT.png);
}
</style>
Any help would be much appreciated!!
you've got an image URL on the line above your header removal code, which is making it not work. delete that URL and everything should work ok.