@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.
Hi, I also do have the issue.
Tired two method, one is what you have suggested, instead the code into theme.css
#buddypress .standard-form div.submit input {
color: #000 !important;
}
It does not work.
I have a also come across a post stating about the height under” what-new-option”. Currently it is state 0px, so I change it to 40px first using firebug to try, and it actually appear, so I ask my friend to change it in my theme css(I do not know coding actually), and save the file. It doesn’t reflect again. Now I know it is actually visible, but it wont allows any changes in the less theme css.
Any help in this? Really appreciate.