Hi there,
Thanks for reaching out.
You can change the checkout form style by adding the following CSS code in Appearance > Customize > Additional CSS:
form.checkout.woocommerce-checkout input {
box-shadow: none !important;
background: #fff !important;
border: 1px solid #ccc;
}
Let me know how it goes!
Best,
But sir I want to remove shadow form entire boxes from website,Thanks it works.
And also from Rating Boxes,Search boxes,etc
Hi @abhisheksharma8789
You can try the below CSS code:
/* remove shadow | 5528740-zen | NS */
input[type=number], input[type=search] {
box-shadow: none !important;
}
textarea, .input-text {
box-shadow: none !important;
}
Let us know if this works for you.
Thank you it works but I want to make like this
https://snipboard.io/RYW5bG.jpg
Background white with black line border and line border always shows
Hi there,
Can you please share site URL so I can check it out?
Best,
con
(@conschneider)
Engineer
Hi again,
I want to make like this
Could you also share the URL of the site you are working on? That way we can test some CSS for you before we send it here.
Kind regards,