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. ![]()
How can that be made?
Store url:
A store owner sought to improve the appearance of their contact form in the Dawn theme, wanting rounded edges and a more modern, elegant design.
Solution Provided:
.field, .select, and .localization-form__select elements with a 10px border-radiusOutcome:
Additional Note:
The helper also noticed missing breadcrumbs on the site and offered a separate solution for that issue, inviting further questions if needed.
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. ![]()
How can that be made?
Store url:
Hi @Dekanten
I checked your website. Nice perfumes are there ![]()
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 ![]()
.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.
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. ![]()
Hi @Dekanten
I am very happy to hear that my support helped you. ![]()
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. ![]()