Hi guys,
How do you change the border color of the text box for Track your order. And how do I add in text box color?
Site url: https://thechillsmart.com
Hi guys,
How do you change the border color of the text box for Track your order. And how do I add in text box color?
Site url: https://thechillsmart.com
Hi @Chillsmart
It’s PageFly - Page Builder App here, I hope you are doing well today!
Regarding the issue with banner image on desktop view, please kindly follow my instruction here:
From Shopify dashboard, go to Online store > Themes > Edit code
In the search box, search for the file named theme.css
Scroll to the very end of this file, and paste this code:
input, textarea, select {
background-color: white;
border: 1px solid black;
}
Let me know if this work for you. Have a nice day ahead!
Is there a way to change the TRACK button to black as well?
Hello, I am Hasabi_expert. I understand the problem you are facing on your website.
@PageFly-Victor Is there a way to change the TRACK button to black as well?
yes, There is a way i can help you in changing that.
Are you ready to do it now
you can try to add
input#YQNum ~input[value=“TRACK”] {
background: black !important;
color: white !important;
}
Thank you!
you are welcome, I am glad when can help you