PDA

View Full Version : change gallery box color--help


mic_click
Jan-21-2009, 07:56 AM
I am trying to change the gallery box from default grey to black..so that it will match the bio box pls help..thank you

ClaudiaM
Jan-21-2009, 09:03 AM
Try this:
You'll want this code in your CSS box, changing the teal:
.box {
background-color: #XXXXXX;
}

mic_click
Jan-21-2009, 09:33 AM
thats the code i am using::
.box {
background-color: #000000;
}
is it gallery.box..... i know its something simple I am missing!!!!
in the site-wide customization css code: but it isnt working is that the correct place?
thanks

jfriend
Jan-21-2009, 06:16 PM
I am trying to change the gallery box from default grey to black..so that it will match the bio box pls help..thank you

First, a bunch of your CSS is not working because you have an error. You need to add the closing brace on this rule:

.gallery_7080407 .pageNav {
display: none;
}

Then, your existing rule will start working and the background will go black.

You should delete this rule:

gallery.box {
background-color:#000000;
}

There is no such object so it's not doing anything.

Personally, I would rather see both of the backgrounds be transparent so the background shows through. You could try that to see how it looks with this CSS:

#categoriesBox.box, #bioBox.box {background:none;}

mic_click
Jan-22-2009, 05:37 AM
thank you i like the transparent sooo much better...it looks prestige...appreciate the help..:D