I would like to replace in place of the current image repeated a single image that automatically adapts to the different resolutions of the monitors and the different devices.
I find the css file (template.css):
/body#bd { background: url(../images/[my image]) #f5f6f7; color: #525253; }/
body#bd { background: url(../images/sfondo.png) #006600;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: left;}
What is value that i must change to do it?