Log in

View Full Version : Attchment Box Background Color (vB 4.2.1)


MacroPhotoPro
09-27-2013, 09:28 AM
I have a custom forum color that I really like, and am tinkering with the colors before opening my site to the public. However, I noticed when downloading an attachment that (once loaded) the background to the attachment is still white. I have gone into my StyleVar and tinkered with the "Attachment" choices, and it has no effect on the produced outcome. Here is what I mean:

http://www.macrophotopro.com/problems/attachment.jpg

I am trying to modify the font color that says, "Attached Thumbnails," as well as the white background color to a darker color, so it's not such an eyesore as it is now.

Could anyone help me locate where I can make these adjustments?

Thank you very much,

Jack

ozzy47
09-27-2013, 09:42 AM
The background is the stylevar, attachment_box_background in the group, Attachments.

For the text color, Attached Thumbnails, add this to your additional.css template.
legend
{
color:red;
}Changing red to what ever color you wish.

MacroPhotoPro
09-27-2013, 10:06 AM
Thanks Ozzy.

I already tried the attachment box background in Attachments, and it did not work.

I will try the additional.css remedy for the text, thanks.

Jack

--------------- Added 1380284038 at 1380284038 ---------------

I was running my server as fastCGI, and it didn't work.

I changed to Apache and both work now, so thank you very much :)

ozzy47
09-27-2013, 06:33 PM
Ahh, cool, glad it's all sorted now. :)