Support » Theme: Sydney » Sydney FP: Social Profile

  • Resolved Ciscor213

    (@ciscor213)


    Hey guys,

    Hope you are all having a great time today. I was wondering about the icons in the Social Profile, I know you can add certain social media links and the icons pop up automatically. I saw the list of the social media platforms that show the icons but I didn’t see one for CodePen. Is there a way for me to add it and show up in the same manner as the other icons?

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @ciscor213,

    Please try to use the following CSS code and then add CodePen menu item as usual.

    You can add CSS code in Dashboard → Appearance → Customize → Additional CSS (WordPress 4.7 and up).

    .social-menu-widget a[href*="codepen.io"]::before {
        content: '\f1cb';
    }

    Kind Regards, Roman.

    Roman,

    You are a gentleman and a scholar, thank you for the code, it helped out a lot. If I need anything else, I will be sure to swing by again.

    Have a great day

    You are welcome @ciscor213, and thank you for the kind words 🙂 Have a great day as well!

    Kind Regards, Roman.

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