Hi, right now these buttons are not linked to the system. You can change color by editing defauls.css(around lines 1661, 1668, 1673) in ../custom_buddypress/_inc/css folder or simply add directly in admin => sweetdate/styling options/quick css box:
COPY CODE
/* For button color */
div.generic-button a {
background-color: #fff;
}
/* For hover button color */
div.generic-button a:hover,
div.generic-button a:focus {
background-color: #e6e6e6;
}
/* For current button color */
div.generic-button a.friendship-button {
background-color: #e6e6e6;
}
To apply these changes you need to set transparency to “1” from admin => sweetdate/buddypress/profile header background/items transparency.
Regards,
Robert
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution