but it produces another problem. The color setting was set to automatic and in that case the font color was changed to white.
Sorry I removed buddypress table background change from white to transparent.
It is the most easily, it was to be able to ensure the contrast of the background and font.
I, always because it does not use this plug-in, but perhaps a white background is still displayed,
I, in the result of the test, has been removed all white background, it seemed to be keeping a sufficient contrast.
If you need white background and dark text color , link color.
Try below.
white background example( add to Site-wide CSS )
.bp_members #buddypress th,
.bp_members #buddypress td,
.bp_members #buddypress div.pagination,
.bp_members #buddypress ul,
.bp_members #buddypress{
background:#fff;
color:#000;
}
#buddypress div.item-list-tabs ul li.selected a,
#buddypress div.item-list-tabs ul li.current a,
#buddypress a{
color:blue;
}
By the time you can not modify the well style, please tell me the URL of the WEB site
Thank you.