To make it customizable by CSS, there should be at least some classes or IDs added to these labels and elements. and should be in separate tags too.
I want to hide the labels and remove tel: from the Fax link. All this is only possible with Javascript and not css
<div class="wpsl-contact-details"> <span>Phone: <a href="tel:01234 710212">01234 710212</a></span><br> <span>Fax:
<a href="tel:www.website.com">www.website.com</a></span><br> <span>Email: <a href="mailto:[email protected]">[email protected]</a></span><br></div>