Hi,
1. I wanted to change the colors of the following elements, this is the CSS and its not applying the change.
2. I would also love the code to change the search button color on the sidebar, Background color and text color normal and hover please.
.buddypress div#message.updated p {
background-color: #242323;
border-left: 3px solid #b8fcff;
color: #ffffff;
}
pmpro_success {
background-color: #242323;
border-color: #242323;
color: #ffffff;
}
div.bp-avatar-status p.success, div.bp-cover-image-status p.success {
background-color: #242323;
border: 1px solid #242323;
color: #ffffff;
}
.buddypress div#message p, #sitewide-notice p {
background-color: #242323;
border-left: 3px solid #b8fcff;
color: #ffffff;
font-weight: normal;
margin-top: 3px;
text-decoration: none;
}