Hi there,
On my site, https://dhbrownstaging.wpengine.com/stills/, which is in staging, I have recently updated the theme to 6.3.8 and that changed some of the icons, namely the ones in the menu. I have been waiting for the Font Awesome Pro integration which I saw happened in the Changelog but I can’t figure out how to get the icons in the menu to be the Angle Double Down Light - https://fontawesome.com/icons/angle-double-down?style=light - version of the icon. How could I achieve that?
Also, in the footer I am trying to get the envelope to be the Envelope Square Light version - https://fontawesome.com/icons/envelope-square?style=light. I am currently using a JS script to add the envelope in but it isn’t changing when I change the class.
jQuery('.x-social-global').append('<a href="mailto:dylan@dhbrownstaging.wpengine.com"><i class="x-icon x-icon-envelope-square" data-x-icon="" aria-hidden="true"></i></a>');
How can I change that footer icon as well?
Thanks for the help!