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
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
I like this. Maybe even with a call button, “Open / Taking calls” “Closed/ Not taking calls”
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;
}
Hello guys
@Sina your solution works great! Thanks a ton for your input, that’s much appreciated