Hey, sorry this may seem like a really simple question, but I can't seem to figure out how to change the colours of the "voting" boxes. They are blue at the moment, I'd rather they were green! Thanks! My website is http://talknqt.co.uk.
Cheers
whu606
I'm not a SuperHero; I just like wearing tights... MVP
It will help you if you learn to use Firebug in Firefox (or something similar.)
If you inspect the elements you want to change using Firebug, you will see that they have the following css rules:
.HasCommentsBox {
background: none repeat scroll 0 0 #013B76;
}
.CommentsBox {
border-bottom-right-radius: 2px;
border-top-right-radius: 2px;
margin-right: 4px;
}
.StatBox, .StatBox a {
color: #99E2FE;
display: block;
}
In your custom.css file set them to what you would prefer.
Answers
Thanks a lot, guys. I've got it sorted :)
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •