How do I make the gray on the sides of my profile into a background image?
Thanks!
| Author | Comment | |||
|---|---|---|---|---|
RawVeganMom |
Background issue |
Lead | ||
|
How do I make the gray on the sides of my profile into a background image? Thanks! |
||||
|
|
||||
Winerose99 |
#1 | |||
|
Look in the CSS for:
background: #(there will be a number here) Change it to: background: url(url of stored image here); |
||||
|
|
||||
RawVeganMom |
#2 | |||
|
There are a ton of places that say background but they all have urls! I can't seem to figure it out!
|
||||
|
|
||||
Arizona |
#3 | |||
|
It is this code that is turning it to gray:
#wrap { background-color: #ccc; text-align: center; position: relative; top: -20px; } I think you could fix it a couple of ways. You could just delete the line "background-color: #ccc;" as you already have your background in the body code. Or you could delete it from there and add it to the wrapper. I think both will work. |
||||
|
|
||||
RawVeganMom |
#4 | |||
|
Woohoo! Thanks!!
|
||||
|
|
||||