Removing the phone number option from contact us page!

As the title suggests !

Since, we only use e-mail support currently I feel like there’s no need to ask for the possible clients phone number and it might scare some people off, so is there a way to remove it from the contact us form ?

https://www.aiktuning.com/

Thank you !

@rubiksons

Please add the following code at the bottom of your assets/theme.scss.liquid file.

.contact-form form-vertical input#ContactFormPhone {
    display: none;
}

Hope this works.

Thanks!

@rubiksons

Sorry for facing this issue, it’s my pleasure to help us.

Welcome to the Shopify community!
and Thanks for your Good question. :blush:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
#ContactFormPhone {display: none;}