We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Changing the poll bars color? - Questions | Forum

Emil
Emil Sep 21 '15
Hello, I want to change the color of the poll bars. How can I do that?



Sergey Kambalin
Sergey Kambalin Sep 22 '15
Hello,


Add next CSS code and change the color:


.qa-shaded { background: #CCCCCC; }

tvbmadhu
tvbmadhu Nov 6 '15
Added the below css code , still the bar color is same 

.qa-shaded { background: #343236; }

Darryl B Leader
Darryl B Jul 11 '16
If you tried to change the background color as typed, you most likely need the !important tag.
.qa-shaded {
    background-color: #343236 !important;
}
Adding "!important" is common when the css is pulling from somewhere other than the theme base css.
You do not have permission to reply this topic