• I love the quick and easy way to change styles on all the icons to the “sign” styles, with the cut out icons.

    But I do believe there has been an addition to the Font Awesome font since you first wrote the classes?
    Now there is a Envelope Square icon available.
    https://fortawesome.github.io/Font-Awesome/icon/envelope-square/
    I think that would be an excellent candidate to use instead of the outlined icon. Therefore I suggest updating the code in msi-frontend.php (around line 53) from

    'mailto:' => array( 'name' => 'Email', 'class' => 'envelope', 'icon' => 'fa fa-envelope', 'icon-sign' => 'fa fa-envelope-o' ),
    to
    'mailto:' => array( 'name' => 'Email', 'class' => 'envelope', 'icon' => 'fa fa-envelope', 'icon-sign' => 'fa fa-envelope-square' ),

    That way the icon styles are all consistent with each other in the “alternate” mode.

    https://www.ads-software.com/plugins/menu-social-icons/

  • The topic ‘Suggestion: Use Email Icon Sign (fa-envelope-square) instead for consistency’ is closed to new replies.