Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Total Newbie/Background Help Re: Total Newbie/Background Help

#74162
cybershot
Participant

I hope you didn’t pay for that theme. Are you trying to change the background to the entire site? If so, I would not recommend you do that. Adding an image as the entire background could make the text very very hard to read.

in any case, you can’t change the background through the admin area, you would have to edit the code to do that. You could add background images using css like this


body {
background-image: url(my_image.jpg) no-repeat;
}

but again, I would not recommend you do that.
I also recommend that you do not center every bit of text on your site. Your text should be left aligned. we read left to right, so the text should be aligned Left. This is just a suggestion to make the site look better