@filipmedia add the following to your theme’s style.css file
#buddypress .standard-form div.submit input {
color: #000 !important;
}
Tried in
yourdomain.com/your wordpress installation directory/wp-content/plugins/buddypress/bp-themes/bp-default/styles.css – still not showing.
Also tired
yourdomain.com/your wordpress installation directory/wp-content/plugins/buddypress/bp-themes/bp-default/_inc/default.css
line 1658 .standard-form input[type=text] { press enter and add
to new Line 1659 color: #000 important
Still no registration button?
Any help much appreciated
@maphorn site url? Basically you add the changes in your own theme’s style.css file. Do not make changes in /bp-themes/bp-default/_inc/default.css because those changes will be overwritten when you upgrade BuddyPress.