How can I tweak a tumblr theme html so the backround is an image of my choice?

  • Thread starter Thread starter Et je veux ton revenge
  • Start date Start date
E

Et je veux ton revenge

Guest
The current backround I have is simply a colored backround and i'd like to change it to an image.
Im using a theme called "This is a Tumblelog" by sparo
 
Find the background part of the html. Insert your own Url.

If it does not have one...

<style> body { background: url("ADDRESS");background-attachment: fixed}</style>
 
Back
Top