How can I put the background image to any theme? Please, I show that I struggle for hours and could not find a theme I made choices in how to help.:cry:
Are you using YAF standalone or is it part of a master site?
Do you want the image to repeat or just one large image?
if you put this between your body {} element in your theme.css it will display an image in the background.
body {
background-image: url(/images/background.png);
}