Add this code to the Custom CSS field on the Settings tab of your Appointment Booking widget’s settings:
[class*='contacts-item'][href*='https://wa.me'] {
font-size: 0;
}
[class*='contacts-item'][href*='https://wa.me']:after {
content: 'WhatsApp 06 - 21 390 766';
font-size: 15px;
}
Do not forget to set your phone number in the content
line of the code