Viewing 1 replies (of 1 total)
  • Hello @djrobertnorman,

    Please try to use the following CSS code in order to add that icon.

    You can add CSS code in DashboardAppearanceCustomizeAdditional CSS (WordPress 4.7 and up). Also you can add CSS code directly to style.css file of your child theme.

    .social-menu-widget a[href*="mixcloud.com"]::before {
        content: '\f289';
    }

    Kind Regards, Roman.

Viewing 1 replies (of 1 total)
  • The topic ‘Social Media Icons’ is closed to new replies.