• Resolved foxymcfox

    (@foxymcfox)


    I wanted to know whether it was possible to add a link to Email me in my social profile box, along with the links to my social media accounts.

    I feel like this should be fairly easy, but I’m just not seeing a way to do it.

    Thanks!

    -Nick

Viewing 1 replies (of 1 total)
  • Thread Starter foxymcfox

    (@foxymcfox)

    UPDATE! I worked it out, and it was something very simple, I went into the theme’s CSS file and simply added this line:

    .social-menu-widget a[href*=”thenickfox.com”]::before {
    content: ‘\f0e0’;
    }

    TheNickFox.com is my domain, but if you want to use this yourself, all you have to do is replace that text with the domain of your email address. (Either your domain OR the domain of your email provider like gmail.com)

    Then in the menu, just put “mailto:[email protected]” (Without quotes) as the link and it’ll work perfectly.

    Hopefully this helps someone else looking to do the same thing.

    -Nick

Viewing 1 replies (of 1 total)
  • The topic ‘Adding Email to Social Profile’ is closed to new replies.