To suppress  the mail envelope from FAQ page, you'll need to add 'display: none;' to the CSS like so:



.mailto-icon {

    content: "\f0e0";

    float: left;

    margin: 0px 10px 0px 10px;

    font-size: 22px;

    display: none;

}



In the following two locations:

C:\inetpub\SSRPM\SSRPM_FA\Content\ssrpm.css

C:\inetpub\SSRPM\SSRPM_WA\Content\ssrpm.css