Add this custom CSS to change the color of your social font icons
/* default color */
#master #wrap .wc-shortcodes-social-icons li i {
color: #f3c4af;
}
/* mouse hover color */
#master #wrap .wc-shortcodes-social-icons li a:hover i {
color: #f3c4af;
}


