Client messaging area - hide messaging tool

All done, please take a look.

For anyone else wishing to apply the same, please paste in the following CSS to your Client Area CSS template.

.tblMailAlert, #hypaccountEmail {
  display:none;
}

.vMenuColumnCl>table>tbody>tr:nth-child(7){
    display:none;
}
.trDb_SendMessage, #hypQueryLink{
    display:none;  
}

1 Like