Contact form: Hide phone number input field

Example:

Code:

/* -- code start hide phone input field from contact form -- */
.template-page #ContactFormPhone {display:none;}
/* - end - */

Where do I add the code?

Use this link to learn where exactly to add this code snippet:

Where to add your CSS style code