Home Forums Pro Themes Education Hub Pro Xing social icon doesn't work

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #9639
    Anonymous
    Inactive

    The social icon of the network Xing cannot be displayed. Could you be so kind and check this ?
    I used the social menu as described in your manual, all other icons do appear, but not the logo of sing.

    #9677
    wensolutions
    Keymaster

    Hello @edu_horse

    For social icon of the network Xing to be displayed you need to add custom CSS.
    To add custom CSS you need to go to Admin Panel / Appearance / Customize / Theme Options / Advanced Options.
    Here you need to copy and paste below CSS.

    .education_hub_widget_social ul li a[href*="xing.com"]:before {
        content: "\f168";
    }
    .education_hub_widget_social ul li a[href*="xing.com"]:hover {
        background-color: #006464;
    }
    

    Hope this will help to resolve your issue.
    Let us know how it goes.

    Regards!!!

    #10101
    Anonymous
    Inactive

    Thanks a lot. It works perfectly.

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