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*

Custom Social Icons

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #76205
    Samantha Bako
    Participant

    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.

    #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

    #76208
    Samantha Bako
    Participant

    THANK YOU so so much. This is perfect 🙂 I really appreciate it!

    #76219

    Welcome anytime Samantha.
    Thank you for using our theme.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.