badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Custom Social Icons

#76207

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