Tagged: behance, social links, social profiles
Hello everyone,
I add my social links in my website. Links are working well, but there is no social logo. How to fix it please ?
Thank you.
Bruno
Hi,
Sorry! What do you mean by social logo? Can you please clarify?
Thank you!
I talk about the link I can put on the footer or on my bio section.
To set the social profiles go to Appearance > Customize > Social Proflies. Add the full link to your Social Profiles in the textarea field and logo will be automatically display into your front-end. Separate each Social Profile link with comma.
It is everything I did, but the pictures doesn’t appear.
Look : http://graphical-activity.com/
I’m using Firefox.
Thx.
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"; }
Hi Theme Horse Support Team,
I used the code above for my behance profile, but when you hover over it, it doesn’t change colour/ remains grey.
Can you help me out?
Thank you so much!
Al
Hi @spinou-a
Try below custom CSS code which supports hover effect for behance:
.social-profiles ul li a[href*="behance.net"]:before { content: "\f1b4"; } .social-profiles ul li a[href*="behance.net"]:hover { color: #000000; }