Karl Member Jun 28, 2013 #1 Where would I find the code to change the color of the results on the vote button after upgrading to the latest version it is now white which does not show up clearly.
Where would I find the code to change the color of the results on the vote button after upgrading to the latest version it is now white which does not show up clearly.
Mark Administrator Staff member Jun 28, 2013 #2 all color changes are made in CSS, but it sounds like your CSS might not be up to date. The text should be white on a green background.
all color changes are made in CSS, but it sounds like your CSS might not be up to date. The text should be white on a green background.
Karl Member Jun 29, 2013 #3 Sorry I meant the the button on the client sites. as per attached. Attachments rank.png 14.7 KB Views: 6
Mark Administrator Staff member Jun 29, 2013 #4 ahh RGB Values set in settings_buttons.php $color1 = imagecolorallocate($img, 255, 255, 255); $color2 = imagecolorallocate($img, 255, 255, 255);
ahh RGB Values set in settings_buttons.php $color1 = imagecolorallocate($img, 255, 255, 255); $color2 = imagecolorallocate($img, 255, 255, 255);