Post Update Button color change
-
I want to change the color of my post update button but I only want to change the bbpress button color not my entire sites css button color.
I found this:
#buddypress input[type=”submit”],
#buddypress input[type=”submit”]:hover {
background: transparent !important;
border: none !important;
color: #fff !important;
}#buddypress .standard-form div.submit {
padding: 0 !important;
}#buddypress .standard-form div.submit input {
margin-right: 0 !important;
}But that didn’t work…
I am guessing if I could figure out what button buddypress is using to color that button that way or if there is a css override for the Post Update button on the activity page of Buddypress what would be the most idea thing for me.
Like here on this page the submit button is yellow with white text…if I could figure out a way to color the background of that “post update” button then I could maybe use that…I dunno I’m a css dummy and just fumble my way through guessing at stuff.
Any help would be much appreciated.
- You must be logged in to reply to this topic.