Super simple and this process also applies to translated statuses or new statuses in any language — all you need to do is add some CSS!
Frontend
- Tag a listing with your new Status, for example, “Long Term”
- Go into WP Pro Real Estate 7 Options > Custom CSS
- Add h6.long-term span { background: #3b504b;}
- Save Settings
- Repeat for however many Status Flags you’d like!
Admin Side
- Create a child theme, one is already created automatically during the setup wizard but if you skipped that step refer to Child Themes
- Add this to your child themes functions.php
- Change the “rented” to match your new status
- Change the hex code to whatever you’d like
- Save