On the listing detail page, you will notice several call-to-action functions with icons that are blue. These functions display as icons and can be used by a lead to save a property, ask a question about a property, tour a property, hide a property, or share it to social media.
If you'd like to update the colors of these icons, you can use this code:
.sidx-container .sidx-primary-action .sidx-primary-action-icon-container i.blue {
color: #hexcode !important;
}
There is also a section with the call-to-action functions that display with a small border, which can be found if you scroll down the listing page some.
You can update the border color with:
.sidx-container .sidx-primary-actions.sidx-primary-jumbo {
border: 1px solid #hexcode !important;
}
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!