Motion theme: Changing the text box in Track Your Order

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:

  1. From Shopify dashboard, go to Online store > Themes > Edit code

  2. In the search box, search for the file named theme.css

  3. Scroll to the very end of this file, and paste this code:

input, textarea, select {
    background-color: white;
    border: 1px solid black;
}
  1. Save the change and reload your store to check

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.

  1. Select the shape or text box.
  2. On the Drawing Tools Format tab, click Shape Outline, and then click More Outline Colors. This is one of the things i will help you do. And it is something that i can do for you without having any issues cause i have help some of my client to solve this same problem you are having…Kindly get back to me.so i can get start as soon as possible. Thanks.

@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;

}

1 Like

Thank you!

you are welcome, I am glad when can help you