Help With SiteBuilder

Status
Not open for further replies.

jac904

New Member
Messages
25
Reaction score
0
Points
0
Hi,i having trouble changing the background color on website.I click on change color tab and select the color i want and save,then check site and nothing changes everytime.Just wondering what i might be doing wrong.:dunno::biggrin:
 

adamparkzer

On Extended Leave
Messages
3,745
Reaction score
81
Points
0
Hi,i having trouble changing the background color on website.I click on change color tab and select the color i want and save,then check site and nothing changes everytime.Just wondering what i might be doing wrong.:dunno::biggrin:

Hi jac904,

I just visited your website and looked through your source code, and it looks like you are using a background image, not a background color:

Code:
body {
	background-image: url(images/004_02.jpg);
	background-repeat: repeat-x;
}

That is why your color changes are not showing up; you don't actually have a color, you have a picture.

- Adam
 
Last edited:
Status
Not open for further replies.
Top