Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Pages: 1
Is it possible to hide or remove the time displayed in right hand side of widget when hovering over chat text?
I could remove with css edit:
#messagesBlock .message-row:hover .msg-date {
display:none;
}
but opening a new chat showed the time again.
Offline
Update: I was editing wrong custom css, I've managed to do it now.
Editing this file fixed:
/extension/unbrand/design/unbrandtheme/css/widget_override.css
Offline
Pages: 1