-
Paul replied to the question Can't Change Font Color for BuddyPress Elements in the forum Boss. theme 9 years, 12 months ago
@jewdotcamp Add this to the appropriate location in your child theme’s custom.css file (use the global area if you want to set it across all devices):
.directory.activity .item-list-tabs ul li a, .dir-form .item-list-tabs ul li a { color: #xxxxxx; }
Where xxxxxx is the color you want to set.