how to change the button style of the contact form from solid to outline?
website - https://the-style-luxe.myshopify.com/
password - reucho
thanks in advance!!
how to change the button style of the contact form from solid to outline?
website - https://the-style-luxe.myshopify.com/
password - reucho
thanks in advance!!
To change the contact form button style from solid to outline in the Shopify Dawn theme, you can follow these steps:
.contact-form__submit-btn {
background-color: transparent;
border: 2px solid #000000;
color: #000000;
padding: 10px 20px;
}
.contact-form__submit-btn:hover {
background-color: #000000;
color: #ffffff;
}
In the above code, we have changed the background-color of the button to transparent, added a 2px solid border with a black color, changed the text color to black, and added some padding. We have also added a hover effect that changes the background color to black and the text color to white when the user hovers over the button. You can adjust the values in the code to suit your preferences.
Hi
I hope you’re doing fine. I just want to share this workarounds you can try to change the button’s color without coding.
You can follow these simple steps to change the button color: