Customize Color For Social Font Icons

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;
}

Screen Shot 2015-06-22 at 2.10.56 PM

Screen Shot 2015-06-22 at 2.07.23 PM