Nblufire12
07-10-2008, 04:50 PM
hey guys
my site is www.CPUMod.net
how do i change the side orange
to a blue?
or something
here is my CSS file attached
jcdevelopment
07-10-2008, 04:55 PM
i dont see a side, it just has an "under construction sign"
ramm19
07-10-2008, 05:00 PM
yeah, it's showing the default apache message, you need to upload your files to the root folder (aka www ; httpdocs). name your home page file to "index.[php|html|etc]"
Nblufire12
07-10-2008, 05:12 PM
wow wtf
my webhost is killing me
effpeetee
07-10-2008, 05:43 PM
If you mean the orange text ATTENTION etc then
change this
h2 {
font-size: 14px;
font-weight: bold;
color: #FF9900;
padding-left: 15px;
}
to this
h2 {
font-size: 14px;
font-weight: bold;
color: #0000ff;
padding-left: 15px;
}
Frank
Nblufire12
07-10-2008, 05:51 PM
this stuff on the side
the orange
http://i38.tinypic.com/20gim46.jpg
jcdevelopment
07-10-2008, 06:06 PM
it looks like a bcak ground image that is repeating into a color. its this
body {
margin: 0px;
padding: 0px;
background: #712c1d url(images/bg.gif) repeat-x;
font: 13px Arial, Helvetica, sans-serif;
color: #333333;
}
you can change the color
background: #712c1d url(images/bg.gif) repeat-x;
the one highlighted in red to whatever you want, but it will clash with the background image probably!
Nblufire12
07-10-2008, 06:11 PM
awww man
good catch
all i do is change the hex color code??
i made the background image
i can change it in photoshop
THANKS A BUNCH!
jcdevelopment
07-10-2008, 06:16 PM
yeah, just find the correct color in photoshop and change it to that... it should give you the hex!