Social Icon Xing

Hi Guys,
Great theme. Works like a charm.
Is it possible to add the Xing social Icon?
I know it’s available in FontAwesome.

Thnx

Which version of dazzling are you using? You can see social icons on your website? I recently updated and i have lost social icons on my website :frowning:

Hi Seowonderworld,

I am using version 1.5.1 and have no problems with the social icons.

Hi @suieb1967,

I hope you are well today and thank you for your question.

To display the Xing icon please use the latest version of Dazzling theme and add the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Dazzling Options -> Other -> Custom CSS

#social li a[href*="xing.com"] .fa:before,
.fa-xing:before {
    content: "\f168"
}

Best Regards,
Movin

Hi @seowonderworld, @suieb1967,

In the latest version of Dazzling theme the social icons are handled differently.

To create social icons:

  1. Create a menu like any other menu in the admin area of your site under Appearance -> Menus .
  2. Use the correct urls in the menu items, so for twitter it must be twitter.com for facebook it must be facebook.com. Otherwise URLs won’t get recognized and you will get squares without icons.
  3. Set theme location for this menu as “Social Links”

Best Regards,
Movin