How can I modify the contact form in Dawn Theme?

Hi!

I would like to change my contact form.

From this:

To this:

1 Like

Hi @AdrianS05 , can you share your store url?

Greetings @AdrianS05

Kaia here from Kaia Marketing to help you!

Please not that to achieve this you need some basic coding skills.

Nagivate to your theme code editor and locate contact-form.liquid.

There you can make the additional changes in using liquid to change the form to your format!

If you need further assistance in writing the code for your form please do not hesitate to contact me!

https://www.hoodeer.shop/

@AdrianS05 , go to section-contact-form.css and add the following:

.contact__fields {
    display: grid;
    grid-template-columns: 1fr !important;
    grid-column-gap: 2rem;
}

Hi! It worked, but i have no clue how to remove phone line and change text inside brackets.