Only "Open" or "Close" status

How can I setup for the open status Template only the Word “Open” or “Close” with the status color?
No paddings, no margins,

Thank you

2 Likes

I like this. Maybe even with a call button, “Open / Taking calls” “Closed/ Not taking calls”

2 Likes

I think. I have a small solution.

.global-styles,
[class*="status-indicator__Caption-sc"],[class*="portal"][class*="eapps-business-hours"],
[class*="status-indicator__TriggerIcon-sc"] {
display: none !important;
}
[class*="typography__Container-sc"] {
cursor: auto;
}
[class*="content__Block-sc"] {
  margin: 0px  !important;
}
2 Likes

Hello guys :wave:

@Sina your solution works great! Thanks a ton for your input, that’s much appreciated :wink:

1 Like