Jump to content

Killer Skin


Guest

Recommended Posts

Hi

Im playing with the killer skin and I was wondering where do I change the background colour of the page? Ive seen its been done but I cant find which css file its in. Any help would be great...

Cheers

Link to comment
Share on other sites

yep

There is no background color that's your problem :)

In Layout.css

at the top you'll see

body {

	margin: 5px;

}




change it to this




body {

	margin: 5px;

	background-color: #00000;

}

Link to comment
Share on other sites

  • 5 years later...
Guest craftycardmaking

yep

There is no background color that's your problem :)

In Layout.css

at the top you'll see

body {

	margin: 5px;

}




change it to this




body {

	margin: 5px;

	background-color: #00000;

}

I've managed to put an image for the background, but how do I make the center section white, at the moment it is transparent.

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...