You can change the color of the email icon on Advocate share page in an email emphasis preset by following these steps:
1. Click on the campaign
2. Navigate to 'Editor' tab
3. Pick 'Advocate Share Page' view from the dropdown menu
4. Switch to 'HTML/CSS' Editor
5. In the Advocate views CSS Tab find the the part:
&.is-active {
border-bottom: 3px solid #e1247d;
&.is-email {
a {
color: #e1247d;
6. Change “#e1247d” to any color code you need
7. Find the part:
.button-icon {
&.is-email svg {
fill:#e1247d;
8. Change “#e1247d” to any color code you need
9. Find a part:
&.is-email.is-active {
color: #e1247d;
border-bottom: 3px solid #e1247d;
10. Change “#e1247d” to any color code you need
11. Click 'Save changes'