Jump to content

Problem with page background colour


Guest mgrech

Recommended Posts

Guest mgrech

Can anyone pls have a look at my store www.jamesgrech.com/store2 and tell me what has gone wrong with the page background colour. I did not touch the page background image.

Thanks

Link to comment
Share on other sites

Guest woodbtreasures

Well it looks to me as if your using the classic skin...

Where you messing around with the layout.css style sheet

Did you perhaps change the attribute for the body element?

It looks like this stock

body {

	margin: 5px;

	background-color: #A5A5A5;

	background-attachment: scroll;

	background-image: url(../styleImages/backgrounds/pageBg.jpg);

	background-repeat: repeat-x;

	background-position: top;

}

Did you change possibly the background-position on accident? The reason that I ask is that the background color #A5A5A5 is the color that you see at the top of your page.

I could be wrong but it's a place to look to start.

Link to comment
Share on other sites

Guest mgrech

Well it looks to me as if your using the classic skin...

Where you messing around with the layout.css style sheet

Did you perhaps change the attribute for the body element?

It looks like this stock

body {

	margin: 5px;

	background-color: #A5A5A5;

	background-attachment: scroll;

	background-image: url(../styleImages/backgrounds/pageBg.jpg);

	background-repeat: repeat-x;

	background-position: top;

}

Did you change possibly the background-position on accident? The reason that I ask is that the background color #A5A5A5 is the color that you see at the top of your page.

I could be wrong but it's a place to look to start.

Thanks I had a look. i think this is the part you are talking about. It looks a bit different from yours. Can you tell me which part is wrong? Thanks

body {

background:#A5A5A5 url('../styleImages/backgrounds/pageBg.jpg') repeat-x center 50%; margin:5px;

}

#pageSurround {

width: 748px;

margin: 0px auto;

padding: 5px;

border: 2px solid #333333;

background-color: #FFFFFF;

background-image: url('../styleImages/backgrounds/contentBg.jpg');

background-repeat: no-repeat;

background-position: left top

}

Link to comment
Share on other sites

Change this

body {

background:#A5A5A5 url('../styleImages/backgrounds/pageBg.jpg') repeat-x center 50%; margin:5px;

}

To this:

body {

margin: 5px;

background-color: #A5A5A5;

background-attachment: scroll;

background-image: url(../styleImages/backgrounds/pageBg.jpg);

background-repeat: repeat-x;

background-position: top;

}

And it will make it look like the original Classic skin's background. What were you attempting to do? We will be able to help you.

Jen

Link to comment
Share on other sites

Change this

body {

background:#A5A5A5 url('../styleImages/backgrounds/pageBg.jpg') repeat-x center 50%; margin:5px;

}

To this:

body {

margin: 5px;

background-color: #A5A5A5;

background-attachment: scroll;

background-image: url(../styleImages/backgrounds/pageBg.jpg);

background-repeat: repeat-x;

background-position: top;

}

And it will make it look like the original Classic skin's background. What were you attempting to do? We will be able to help you.

Jen

Thankyou so much. That worked perfectly. I wasn't trying to do anything. Don't know how it happened.

I would just like to know however, how do I make my logo link to the home page www.jamesgrech.com

Thanks

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...