hello, i would like to customize all the imput feilds and also the button to have the cream fill and black outline like the example i have shown at the bottom, can anyone help with code for this?
thank you
hello, i would like to customize all the imput feilds and also the button to have the cream fill and black outline like the example i have shown at the bottom, can anyone help with code for this?
thank you
Hey @junglecatclub
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, donβt forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi @junglecatclub ,
You can follow the steps here:
Step 1: Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
Step 2: From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/ypQ7nly2wv27
Step 3: Copy the code below and paste it there
Here is the code for step 3:
form#ContactForm .field__input {
background: #EEE9DD !important;
}
Here is the result:
Please let me know if it works!
Best,
Daisy
.contact.page-width.page-width--narrow.section-template--20735956811981__form-padding input, .contact.page-width.page-width--narrow.section-template--20735956811981__form-padding .text-area, .contact.page-width.page-width--narrow.section-template--20735956811981__form-padding button {
border: 1px solid black !important;
background: #EEE9DD !important;
}
Result:
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Use our Big Bulk Discount app to boost your sales! (https://apps.shopify.com/big-bulk-discount). Easy to set up and perfect for attracting more customers with bulk discounts. Try it now and watch your revenue grow!