Hi,
I just purchased this theme today, hoping it will be a lot nicer looking and easier to display than a theme I worked with previously…
I use a couple social links that aren’t standard (Etsy and Ko-fi), and on other themes I’ve been able to use either alternative icons the theme supplied or uploaded my own. Is there a customization option for this? Otherwise I just have kinda crappy looking website icons.
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';
}