Make contact form more elegant - Dawn theme

Hello

I would like to make the contactform more elegant, really want to fresh it up to more fancy like the ugly one who are now included in the theme. Maybe some round edges and so on, something who fit my page. :slightly_smiling_face:

How can that be made?

Store url:

www.dekanten.no

1 Like

Hi @Dekanten

I checked your website. Nice perfumes are there :slightly_smiling_face:

I crate a solution for you, you can add the following css code in your website to round edge the input fields.

If you find the solution helpful, gives a thumbs up :slightly_smiling_face:

.field:hover.field:after, .select:hover.select:after, .select__select:hover.select__select:after, .customer .field:hover.field:after, .customer select:hover.select:after, .localization-form__select:hover.localization-form__select:after{
    border-radius: 10px;
}
.field::after{
    border-radius:10px;
}

I attached a screenshot, how it looks after code apply.

1 Like

Thank u so much for that, this works as a charm. Big thank u again for this, this looking more better now. Great to see the results. :slightly_smiling_face:

1 Like

Hi @Dekanten

I am very happy to hear that my support helped you. :slightly_smiling_face:

One thing I saw in your website, that’s breadcrumbs are missing. You can try my breadcrumbs code solution in BuyMeACoffee page.

If you have any more question feel free to ask. :slightly_smiling_face: