This topic has 6 replies, 2 voices, and was last updated 2 years, 1 months ago ago by Tony Rodriguez
How do i set border color of the checkout field? Like the screen shot.
You could make checkout page nicer with 3d effect. I have shared another picture.
Hello, @Kazi Sabit,
1- In order to solve your issue simply go to the Dashboard >> XStore >> Theme OPtions >> Theme Custom CSS >> Global and paste the below code at the bottom of the CSS box there.
#customer_details input{border-color:red !important;}
#customer_details .select2-container{border: solid 1px red !important;}
Then save settings and check back to your site after clearing the browser cache. The result will appear like this: https://postimg.cc/JtHy9994
Note: in the above code the word “red” is the color and you can change it with you want.
2- Thanks for your suggestion currently there is no option in the theme to make it as you describe. We will think about it.
Regards 8Themes Team.
Customer note input border color still the same.
Hello, @Kazi Sabit,
In order to solve your issue simply go to the Dashboard >> XStore >> Theme Options >> Theme Custom CSS >> Global and paste the below code at the bottom of the CSS box there.
textarea, textarea.form-control { border-color: red !important; border: solid 1px red !important; }
Then save settings and check back to your site after clearing the browser cache.
The result will appear like this: https://postimg.cc/ctqns7gs
Note: in the above code the word “red” is the color and you can change it with you want.
Regards 8Themes Team.
Can i use color code instead of RED?
Hello, @Kazi Sabit,
Yes you can use the color code instead of color name in the given code as well: https://www.color-hex.com/
Regards 8Themes Team.
The issue related to '‘How do i set border color of the checkout field’' has been successfully resolved, and the topic is now closed for further responses