Background Image on Revolution Music Theme
-
Hey guys,
I can’t for the life of me figure out how to place a background image on the Revolution Music theme. I have used the code url(/images/image.gif) (and whatever else the code has, I’ve copied and pasted many times). But every time I place the code the screen just goes white.
Does anyone have any idea?/
Here is a sample of the style sheet. I can change the background color just fine… changed it from grey to black so I know I’m looking at the right line…
BTW. If I can make the image static on the background and have my wordpress site scroll up and down with the image still, that would be GREAT!
*/
body {
background: #000000; url(images/background.gif) top left no-repeat;
width: 990px;
color: #202020;
font-size: 12px;
font-family: Arial, Tahoma, Verdana;
margin: 0px auto 0px;
padding: 0px;
}
#wrap {
background: #FFFFFF url(images/bg.gif);
width: 990px;
margin: 0px auto 0px;
padding: 0px;
}
- The topic ‘Background Image on Revolution Music Theme’ is closed to new replies.