Quote:
Originally Posted by edytwinky
My unvote link is currently in white coloring to where you can barely see it. How do you change the color of it?
|
If the "Unvote" link is "invisible" in your style (and it probably will be) add this code to your additional.css template:
Code:
#bop5unvote_link {color: blue;}
Where the "color" is any valid HTML or color code. Examples:
red
blue
green
#C0C0C0
#00FF00