Hi @daveyount,
To change the color for the group dots, please visit your website CSS editor (Appearance > Customize > Additional CSS) and paste the following code:
/*
First line = top bubble
Second line = bottom bubble
*/
.widget.widget_grimlock_buddypress_groups_section .grimlock-buddypress-groups-section ul#groups-list > li div.item-avatar:before,
.widget.widget_grimlock_buddypress_groups_section .grimlock-buddypress-groups-section ul#groups-list > li div.item-avatar:after {
background-color: #f7b301; /* Change color here */
}
This code snippet will no longer be necessary in the next version of Gwangi (1.0.2).
Cheers,