Remove “Phone” field from contact form (Ritual theme)

Hello everyone!

I’d love to remove the “phone” field from my contact form, but I can’t find any option to do so . Neither in the theme customizer nor in the Liquid files (at least as far as I can tell).

I’m using the RITUAL theme.

Any help would be greatly appreciated!

1 Like

Hey @OSCYN

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

Best Regards,
Moeed

Sure!
The link is: oscyn.com
PW: sieghe

The contact form is: – OSCYN

1 Like

Hey @OSCYN

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above </ body> tag
<style>
input#ContactForm-phone {
    display: none !important;
}
</style>

RESULT:

If you require any other help, feel free to reach out to me. If I managed to help you then a Like would be truly appreciated.

Best,
Moeed

1 Like