Webby Member Licensed customer Mar 13, 2016 #1 How can you change the color of poll options when you hover over them?
rafass Well-known member Licensed customer Mar 14, 2016 #3 Code: .pollBlock .pollOption label:hover { background: #FFD5C7!important; } Upvote 0 Downvote
Webby Member Licensed customer Mar 14, 2016 #4 Do you guys know where these are located? This software has tons of code, this could be located anywhere. Upvote 0 Downvote
Do you guys know where these are located? This software has tons of code, this could be located anywhere.
A Amaury Well-known member Mar 14, 2016 #5 Just place the code into the EXTRA.css template. Upvote 0 Downvote
Arty Well-known member Licensed customer Mar 14, 2016 #6 Webby said: Do you guys know where these are located? This software has tons of code, this could be located anywhere. Click to expand... Everything related to polls is located in polls.css Upvote 0 Downvote
Webby said: Do you guys know where these are located? This software has tons of code, this could be located anywhere. Click to expand... Everything related to polls is located in polls.css
Webby Member Licensed customer Mar 14, 2016 #7 Arty said: Everything related to polls is located in polls.css Click to expand... Thanks for the additional information, I used the extra.css and it worked as the others instructed above. Upvote 0 Downvote
Arty said: Everything related to polls is located in polls.css Click to expand... Thanks for the additional information, I used the extra.css and it worked as the others instructed above.