February 18, 2019 at 12:22 pm
#60565
Theme Horse Support Team
Keymaster
Hi Bruno,
Just go to Appearance > Customize > Additional CSS and paste below custom CSS code to support the social profiles that you have added into your site.
.social-profiles ul li a[href*="pinterest.fr"]:before {
content: '\f231';
}
.social-profiles ul li a[href*="behance.net"]:before {
content: "\f1b4";
}
Thank you!