Either the possibility to customize the color of the Social Profiles Icons or to show the original colors of the Icons
1 Like
Hi there, @Dedo
Thanks for sharing your idea!
I agree that it would be great to have this option in the settings and we’ll try to think about it in the future.
I see that you currently have only Spotify and LinkedIn icons and here is the code to show them in original colors:
[aria-label="LinkedIn"] .eapp-team-showcase-member-card-socials-icon * * {
content: url(https://static.elfsight.com/icons/linkedin-multicolor.svg);
}
[aria-label="Spotify"] .eapp-team-showcase-member-card-socials-icon * * {
content: url(https://static.elfsight.com/icons/spotify-multicolor.svg);
}
This code should be added to the Custom CSS field on the Style tab of your widget’s settings. If you’re going to use more icons, please let me know which ones are needed and we’ll come up with a code for them