Tagged: behance, social links, social profiles
- This topic has 7 replies, 3 voices, and was last updated 3 years, 8 months ago by Theme Horse Support Team.
-
AuthorPosts
-
February 13, 2019 at 10:53 am #60403hello12Participant
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
February 13, 2019 at 12:00 pm #60415Theme Horse Support TeamKeymasterHi,
Sorry! What do you mean by social logo? Can you please clarify?
Thank you!
February 13, 2019 at 4:10 pm #60426hello12ParticipantI talk about the link I can put on the footer or on my bio section.
February 14, 2019 at 1:02 pm #60445Theme Horse Support TeamKeymasterHi,
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.Thank you!
February 14, 2019 at 2:14 pm #60448hello12ParticipantHi,
It is everything I did, but the pictures doesn’t appear.
Look : http://graphical-activity.com/
I’m using Firefox.
Thx.
Bruno
February 18, 2019 at 12:22 pm #60565Theme Horse Support TeamKeymasterHi 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"; }
Thank you!
December 30, 2020 at 10:24 am #85064alkestisParticipantHi 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
January 1, 2021 at 9:04 am #85113Theme Horse Support TeamKeymasterHi @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; }
Thank you!
-
AuthorPosts
- You must be logged in to reply to this topic.