@leog371
	Active 7 years, 8 months ago
	
	- 
	
	Henry Wright replied to the topic Styling in (BuddyPress) Members widget in the forum How-to & Troubleshooting 7 years, 10 months ago #05a9c5is your theme’s link colour. For some reason, your theme is setting widget links to the colour#777. As @leog371 mentioned above, you can override that behaviour by adding this to your child theme’s style.css document:.widget ul li a {
 color: #05a9c5;
 }