Thank you for a great theme. If possible, can you provide me with a CSS code to modify the team member social icons? I would like to change the color (from white) and also the positioning (lowering them within the box). Thanks in advance
Hi namorim!
Add this to your custom CSS.
.team-social a { background: red !important; top: 30px !important; }
Regards,
Elliott