PDA

View Full Version : I know, stupid question, but still...


dbmagnus
Jul-16-2006, 05:56 PM
I'm using this code to try and change the color of the box on my home page:

.box { background-color: B8B8B8;} (www.danmagnusphotograhy.smugmug.com (http://www.danmagnusphotograhy.smugmug.com))
(www.danmagnusphoto.com)

However the color is not changing. Is there something in this code that is incorrect, or is there something in my code "over-riding" this code?

Thanks! Dan

Dna
Jul-16-2006, 06:06 PM
I think it's .boxBottom or .boxTop that you want...

Dna

I'm using this code to try and change the color of the box on my home page:

.box { background-color: B8B8B8;} (www.danmagnusphotograhy.smugmug.com (http://www.danmagnusphotograhy.smugmug.com))
(www.danmagnusphoto.com (http://www.danmagnusphoto.com))

However the color is not changing. Is there something in this code that is incorrect, or is there something in my code "over-riding" this code?

Thanks! Dan

Andy
Jul-16-2006, 06:37 PM
I'm using this code to try and change the color of the box on my home page:

.box { background-color: B8B8B8;} (www.danmagnusphotograhy.smugmug.com (http://www.danmagnusphotograhy.smugmug.com))
(www.danmagnusphoto.com)

However the color is not changing. Is there something in this code that is incorrect, or is there something in my code "over-riding" this code?

Thanks! Dan


the code you want is this:

.box {background-color: #B8B8B8;}

It's also all laid out here http://www.smugmug.com/help/custom-colors

I hope this helps!

dbmagnus
Jul-16-2006, 06:43 PM
the code you want is this:

.box {background-color: #B8B8B8;}

It's also all laid out here http://www.smugmug.com/help/custom-colors

I hope this helps!

Wow, I must've looked at this 100 times and didn't notice the "#" sign in front of the colors....that did it. Thanks.

Dna
Jul-16-2006, 07:11 PM
Wow, I must've looked at this 100 times and didn't notice the "#" sign in front of the colors....that did it. Thanks.If it helps, I missed it too ... D'oh .. :rolleyes

Dna