The theme color management will apply to the colors for property categories. Help https://help.wpresidence.net/article/design/
To add a different color than the one you add from theme options to property category, use custom CSS.
Example:
.action_tag_wrapper.Rentals {
background-color: #0D84B2;
}
.action_tag_wrapper.Sales {
background-color: #E5274F;
}
Adpt “Sales” or Rentals” to your category name.
For double names use the css as below. Ex: “Private Sales”
.action_tag_wrapper.Private.Sales {
background: #ffa500;
}
Related Help
Help article for how to add custom CSS
Help for how to manage property status
Help article about property custom taxonomies