DaveA Member Aug 22, 2015 #1 Can someone tell me how to change the color of the poll bar? I've attached an example. Thanks. Attachments poll.webp 11.4 KB · Views: 18
Amaury Well-known member Aug 22, 2015 #2 Code: .pollBlock .pollOption label:hover { color: #FFFFFF !important; background-color: #000000 !important; } Style it to suit. Upvote 0 Downvote
Code: .pollBlock .pollOption label:hover { color: #FFFFFF !important; background-color: #000000 !important; } Style it to suit.