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

LuckyOne’s picture

Apparently they are. What makes you think otherwise?

Ned Land’s picture

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

Frodo Looijaard’s picture

In drupal.css, you will find, for example:

.poll .bar {
  height: 1em;
  margin: 1px 0;
  background-color: #ddd;
}

Of course, it is saner to change it in your theme's CSS code.

Have fun,
  Frodo

LuckyOne’s picture

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,

Also, FireFox has a good plugin, 'Web Developer'. It has tons of useful options, particularly really nice option to show _all_ css styles used.