Hi there,
On my site, dylanhbrown.com, I am trying to change one of the icons in my footer to be the Envelope Square instead of the envelope.
I am using this JS to enable and show the envelope -
jQuery(’.x-social-global’).append(’’);
When I change the x-icon-envelope to x-icon-envelope-square, which is the icon I would like to use, nothing changes. How can I achieve using the Font Awesome Envelope Square icon?
Thanks!