[SalesIQ] Remove Operator/Agent Name in Chat Window
To remove the operator/agent, go to Settings > Brands > Choose the brand > Personalisation > Appearance > Click on the upload button under upload custom CSS section.
and upload the CSS file containing this code:
.ziq_msg .siq-user-name, .siqc_msg span.txtelips, [cwview="convchat"] .siq-chat-attender-name, [cwview="msgarea"] .siq-chat-attender-name {
display: none !important;
}
For further info about CSS styling in SalesIQ, you can go here:
Related Articles
[Zoho Desk] How to easily find duplicate Contacts or Accounts
Zoho Desk has the capability to track duplicates in the Customer module. This makes it easy if you would like to do clean-up of your Customers or Accounts and make sure there are no duplicates. Follow these steps on how to do that. 1. Go to the ...
[Zoho Recruit] Editing Note Type
Add note types Notes provide a space to make a record of information or comments related to a particular record. Note type refers to the classification of the notes based on the particular module or related section. Note: By default, Recruiter and ...
[Zoho Desk] How To Generate Report On Total User Signed Up in Portal
In Zoho Desk, you can create a customize report using Reports module. 1. Go to Reports module>Click On Report 2. Click the button 'Add Report' on the top right section 3. Choose Contact as the primary module and no need for any related modules 4. ...
[Zoho Desk] How To Generate A Report On Total Tickets By Registered Portal User
1. Go to Reports module>Click On Report 2. Click the button 'Add Report' on the top right section 3. Choose Contact as the primary module and Ticket as Related module and click Continue 4. Choose Summary Report as the report type 5. for Columns, ...
[Zoho CRM] Sending Twilio SMS Using Custom Function
If you're using Twilio as your SMS provider in Zoho CRM, this is the way to automate SMS sending using Workflows and Custom Function. To do this, you have to be in the Enterprise edition or higher and you have to have permission from your ...