adding a background pattern to replace place yougurt plain white background...

Permalink
I am new to concrete and am doing well with it. I have a question--Can I add a background to my default theme? I think I have the yougurt theme and it is plain white. I would like to change it to a pattern background & I have an image for it. Can I change the plain white to the pattern that I want? and if so, how do I do it?

Thanks!!!!!

 
Steevb replied on at Permalink Reply
Steevb
Hi,

In your CSS file find this line and change 'background-color' to 'background' then add the URL of your image as below:

body {background: #ffffff  url(images/body-bg.jpg) repeat-x}


Hope that helped
NoLimit replied on at Permalink Reply
Like this?

[body {/* customize_background */ background: #ffffff url(http://www.nolimitfishingcharter.com/files/4413/1148/9433/webbackground.jpg;) repeat-x /* customize_background */ padding: 0px; margin: 0px; }]

It didn't work for me.. I'm thinking it has to do with the URL name???

Thanks!