When someone conducts a search on your website, they will see a Share option to copy a link to that search, either to send it to a loved one, or so they can reference it later. Agents can also use this link on their website, if they didn't want to use a hotsheet (We don't recommend this, as it's not indexable by Google. Find out more about how to build pages that rank here).
If you'd like to change the look of this button, you can use:
.sidx-container .sidx-share-search-pill.sidx-share-search-pill {
color: #hexcode !important;
border-color: #hexcode !important;
}
This button has a transparent background, so if you would like to apply a background to this button, you can add this code snipper to the above code:
background: #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!