Ability to Disable Phone Number Access / Banner
D
Dexx - ProfitSystems
Some of us have clients who do not and will not be receiving phone number access as part of their services.
Having the constant yellow banner in their dashboard: "Get a phone number to start texting & calling Ignore / Resolve" is ruining their user experience in the backend.
Even after hitting Ignore the banner still returns.
It would be great if we had the option to disable phone access / need completely for a subaccount account along with the banner notification.
Log In
N
Nagui Bihelek
WOW! I just walked into this one with a client who is on very restricted access with a Free account. They can still get a phone number or as many phone numbers as they want on our dime, and make calls.
SURELY THIS IS A MISTAKE.
A
André Alchaar
None of those codes worked for me, cuz other banners were also being removed, and I wouldn't like the banner containing the message about failed payment to be hidden. So, I asked ChatGPT to write a CSS code for me and this one is working just fine for me:
.hl_error.hl_alert_twilio.text-white.warning {
display: none;
}
C
Christian Colman Villalba
Yeah, we need this!
I solved it with this CSS...
/
Alert twilio
/.hl_header div .hl_alert_twilio{
display:none;
}
T
Tamer Mahfouz
This and the WordPress + YEXT Upsell banner. If client says no, maybe have a checkbox that says "remind me later" or "Dont show me again".
T
Tia Cooper
This!
For now, in agency view, place this in Settings > Company, Custom Css
/
Alert twilio
/.hl_header div .hl_alert_twilio{
padding-top:0px;
padding-bottom:0px;
height:0px;
visibility:hidden;
}
J
Jonas Carlström *
Tia Cooper: Thanks. But it´s still there :)