I've tried isolating the .bar div class to change color of bar, but unsuccessful. Anyone know of a way to modify the color of the bar. I'm and advanced amateur in coding and css.

Thanks!

Comments

anders.fajerson’s picture

This is the css defined by poll.css:

poll .bar {
  background-color:#DDDDDD;
  height:1em;
  margin:1px 0pt;
}
.poll .bar .foreground {
  background-color:#000000;
  float:left;
  height:1em;
}

Just override in a custom theme css file.

rsbenedict’s picture

Thanks!

anders.fajerson’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)