Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions

You are not logged in.

Announcement

#1 2014-08-21 20:31:51

Dek
Member
Registered: 2014-08-21
Posts: 2

Remove time from widget

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

#2 2014-08-22 03:00:59

Dek
Member
Registered: 2014-08-21
Posts: 2

Re: Remove time from widget

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

Board footer