Dear, I need to change the Google + icon for Instagram, in team, how should I do it?
patridedo
You can add this custom CSS code:
.gkTeamOverlay a[data-type="gplus"]:before { content: '\f16d'; }
to the file: [root]/templates/gk_john_s/css/override.css (make sure that you enable CSS Override option in template settings first: http://prntscr.com/klgzmp )
Regards
Thanks for the answer, it's already working.