Client messaging area - hide messaging tool

Hi,

I need to remove or hide the messaging function in the client area. I dont want my customers sending me orders through this as I may miss something with orders coming from other sources. I’ve seen a couple of CSS codes and have tried copying the previously suggested codes, but as I have very little experience with that kind of thing I cant get it to work. I have the paid version of Quickfile.
All suggestions welcome!

Thanks

Melissa

Hi Mel,

If you follow my previous post here, and the little bit below it, that should sort it out for you:

You also need to add this to the same file

.hypQueryLink {
      display: none;
}

If you also go into the client area customisation (also through the design menu highlighted in the above post), you can remove Messages from the top menu:

The only one I’m not sure how to remove is the one on the left, but hopefully @Glenn will be able to advise on that!

We did this for another user quite recently (see here).

Would you like me to translate the same to your account (ending 017)?

Hi Glen,

That is exactly what I need! If you could do that, that would be amazing!

Thanks

Melissa

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

Great, thank you very much! :grinning:

1 Like

This topic was automatically closed after 7 days. New replies are no longer allowed.