That works perfectly, thanks a lot for this awesome support !
In the CSS Snippets Collection for Tracks provided by Ben Sibley, the following worked well to get all icons the same color, but I would like to customize the color of each icon:
.social-media-icons a,
.social-media-icons a:link,
.social-media-icons a:visited {
color: #43b3c4;
}
Also I tried to remove the partial opacity, it did not work:
.social-media-icons a {
opacity: 1;
}