Shopify themes, liquid, logos, and UX
Hi! I would like to change the text box color from white in my contact us page. I also want to create some space between my text and the contact form. Below is how my contact page looks like right now. Please help, thank you!
Solved! Go to the solution
This is an accepted solution.
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >theme.scss.css and paste this at the bottom of the file.
#contact-us .form-vertical input, .form-vertical select, .form-vertical textarea {
display: block;
margin-bottom: 10px;
border: 1px solid #1c1d1d;
}
Thanks!
Please share your contact page URL.
This is an accepted solution.
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >theme.scss.css and paste this at the bottom of the file.
#contact-us .form-vertical input, .form-vertical select, .form-vertical textarea {
display: block;
margin-bottom: 10px;
border: 1px solid #1c1d1d;
}
Thanks!
User | RANK |
---|---|
141 | |
113 | |
79 | |
64 | |
63 |
Explore the 30-30-30 rule, a dynamic social media strategy for new businesses. Learn how t...
By Trevor Sep 20, 2023Discover how to leverage the often overlooked footer of your ecommerce site to gain custom...
By Skye Sep 15, 2023In this blog, we’ll be shining a light on Shopify Partners, Experts, and Affiliates. Who a...
By Imogen Sep 13, 2023