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*

Social link logo

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #60403
    hello12
    Participant

    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

    #60415

    Hi,

    Sorry! What do you mean by social logo? Can you please clarify?

    Thank you!

    #60426
    hello12
    Participant

    I talk about the link I can put on the footer or on my bio section.

    #60445

    Hi,

    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!

    #60448
    hello12
    Participant

    Hi,

    It is everything I did, but the pictures doesn’t appear.

    Look : http://graphical-activity.com/

    I’m using Firefox.

    Thx.

    Bruno

    #60565

    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";
    }

    Thank you!

    #85064
    alkestis
    Participant

    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

    #85113

    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;
    }

    Thank you!

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