Modifying theme for black background
pyrello - June 19, 2006 - 02:18
| Project: | Fancy |
| Version: | 4.7.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Hello,
I have several sites running drupal and each of them uses the fancy theme, but each has been customized. I am having trouble with one certain aspect. On administer > settings page there are expandible boxes for each heading. the heading sits across the top of the box, half in and half out. I cannot for the life of me figure out how to change these boxes from white. I have looked through every css thing I can find. I don't know what else to try.
I would appreciate any help

#1
Hopefully this will help, try something like, replacing red with the color of your choice.
html.js fieldset.collapsible legend a {
color: red;
}
html.js fieldset.collapsed legend a {
color: red;
}
#2
I hope the above comment fixes it. I am closing this issue.
#3