This CSS code hide phone number for not logged users
Add this custom CSS:
body:not(.logged-in) .vehica-phone-show-number {
display: none;
}
How to add custom CSS: How to add CSS code that is future update compatible
For logged users:
For not logged user: