March 28, 2020 at 7:11 am
#76207
Theme Horse Support Team
Keymaster
Hi samantha-bako,
We have used Font Awesome Icon in this theme. We have almost added most of common icons. We have found ‘esty’ icon on the Font Awesome Gallery but ‘ko-fi’ icon is not listed/available in Font Awesome so we have provided you the similar icon for it. Please go to ‘Appearance > Customize > Additional CSS’ and paste the below code.
.social-profiles ul li a[href*="etsy.com"]:hover {
color: #E55400;
}
.social-profiles ul li a[href*="etsy.com"]:before {
content: '\f2d7';
}
.social-profiles ul li a[href*="ko-fi.com"]:hover {
color: #29abdf;
}
.social-profiles ul li a[href*="ko-fi.com"]:before {
content: '\f184';
}
Thanks