Thank you so much.
Is this the correct syntax to link the email icon to a URL contact page instead of using a mailto: ?
function my_email_link(){
echo '<a href="www.test.com"><span class="email-icon">EMAIL-ICON</span></a>';
}
The function for this widget does not appear in my functions.php file.
I searched for:
my_email_link
sfmsb_widget_before_links
sfmsb_widget_after_links