Submit button style
-
I have searched the documentation and all over the web, and I cannot figure out thesolution to this issue. Would love some help on it if possible.
So I want to change the styling of the signup button you can see here:
I am trying to add the custom css to my child themes style.css but nothing is happening. I can only assume I am using the wrong css. But the code I am using was what I found when using chromes inspect tool. So I am not sure what I might be doing wrong.
Here is the code, as I have it right now:
`
#buddypress .standard-form div.submit input {
color: red;If anyone knows what I am doing wrong, I would sure appreciate your help!
- You must be logged in to reply to this topic.