Google+ Count not visible due to font colour

Google+ Count not visible due to font colour - my site is http://www.dorsetphotoevent.co.uk - I can see the count if I highlight the count field, otherwise it is white on white, how do I cahnge the font colour?

Hello Mikeweeks,

To change font color for count, you will need to add following css in your style.css,

.rtsocial-container { color: black; }

Note: Replace black with your required color.

This will fixed your issue.