swagsyndicate
Member
Posted 2 years ago #
Hey guys, I have a quick question for you. Right now on my site, swagsyndicate.com I have a background that I had to stretch from the top of the page to the bottom. How do I make it so that it either tiles or doesn't have to be stretched? If my explanation is too vague, I can give you more details. Thanks!
background:url("img/light.gif") repeat-y center top;
swagsyndicate
Member
Posted 1 year ago #
randinicole
Member
Posted 1 year ago #
you add that in the body css like this
#body {
background:url("img/light.gif") repeat-y center top;
}
swagsyndicate
Member
Posted 1 year ago #
I don't see body css for my theme?
swagsyndicate
Member
Posted 1 year ago #
I found this in my style.css
#wrap {
background:url(img/light.gif) center top no-repeat;
padding:20px 0;
Can I change it so it repeats?
Aahan Krish
Member
Posted 1 year ago #
hey "#wrap" style is different from "#body".
Do what they are telling you. check for something called "body" in your style.css and change it appropriately! Simple!
swagsyndicate
Member
Posted 1 year ago #
body {
background:#BEC3C6 url(img/bg.jpg) repeat-x;
color:#555;
font-family:Verdana,"BitStream vera Sans",Tahoma,Helvetica,Sans-serif;
font-size:12px;
That's what the body says, should I change it to the background I have now? What does the rest of it mean?