By Ned Land on
I want to change the style elements of a POLL.
Apparently they're not in the CSS.
Can somone tell me how to change the colors etc?
Charlie
I want to change the style elements of a POLL.
Apparently they're not in the CSS.
Can somone tell me how to change the colors etc?
Charlie
Comments
Apparently they are. What
Apparently they are. What makes you think otherwise?
Poll Style Changes
I looked for the existing hex (DDDDDD, for example) in the CSS, and it's not there. Accordingly, I presumed that the style definition either was included in the module or somewhere else. The site is (www.crashtalking.com). If you can tell me where I might be able to change it I would be grateful. Thanks,
Charlie
Look for #ddd...
In drupal.css, you will find, for example:
Of course, it is saner to change it in your theme's CSS code.
Have fun,
Frodo
I looked for the existing
Also, FireFox has a good plugin, 'Web Developer'. It has tons of useful options, particularly really nice option to show _all_ css styles used.