There are a number of buttons that are linked to the same element within our plugin.
The search button on the search bar widget.
The post button on the listing page, under the Friends and Family section.
The send invitation button when using the Friends and Family invite function on the listing page.
The create account button on the sign-up form.
as well as a few others. You can change these buttons with this code:
.sidx-container button.sidx-primary {
background: #hexcode !important;
color: #hexcode !important;
}
The "color" portion changes the TEXT color.
Remember, place this code in the custom CSS box under Settings > Design. Clear your caches and check your web page in an incognito browser to see the change!