Answer Count background color

3.47K viewsCore
0

Is there a way to change the background color of the answer count box based on whether the question has been answered?

Eg. If not answered

#anspress .ap-questions-acount {
background: #fff; }

and if answered

#anspress .ap-questions-acount-answered {
background: #61c17d; }

This would help users see which questions are answered a lot easier.