I have a page on my site where I cannot seem to edit the style of the buttons. It's handled by buddypress:
input[type="button"], input[type="submit"] {
line-height: 1.6;
background-color: rgb(120, 200, 206);
color: rgb(255, 255, 255);
font-weight: 600;
padding: 7px 24px;
border-width: initial;
border-style: none;
border-color: initial;
border-image: initial;
border-radius: 2px;
outline: 0px;
}
I just want to change the background color to : rgb(14,20,28) but adding custom css doesn't seem to work. Please advise.