Hi guys, I'm using the Arthemia template and am trying to change the color of the vote button text to white. So far I've managed to get the hover color and the "Voted" text to turn white. I want all of the text to be white. The link, clicked link, the regular text, the hover text, everything. I've tried changing the CSS in a million different ways to make this happen but it's not working. Here is the part I'm changing in the style.css of the Arthemia template.
Code:.vote { width:40px; float: left; margin:4px 10px 0 0; padding: 4px 7px 0 7px; text-align: center; font-size:12px; color:#FFF; border:1px solid #000; background:#44902a; } .vote a{text-decoration:none;} .vote a:hover{color:#FFF;} .vote a:hover{text-decoration:underline;} .votetext { font-size:10px; margin:0;padding:0; font-weight:bold; background:#44902a; } .votenumber { font-size: 14px; height:17px; font-weight:bold; background:#44902a; }



Reply With Quote





