How to edit the 'Contact Us' page for specific needs?

go to contact.page.liquid and find this seciton and remvoe it

Name

change it to “contact name”

go to theme.scss.liquid and paste the below code at bottom

.ContactForm-phone {
display: none;
}