This topic has 2 replies, 2 voices, and was last updated 7 years, 5 months ago ago by Amzy Leel
Hi there,
I help my client to design a store and he complaints that the checkout form design is bad and confusing, the column is invisible unless u click on it, how do i add the normal border back like original woocommerce checkout page?
Like this:
https://prnt.sc/flwr0x
Thanks!
put this css code in,
8theme options >> styling >> custom css >> global custom css
input[type="text"], input[type="number"], input[type="email"], input[type="search"], input[type="password"], input[type="tel"], textarea { border: 1px solid #000 !important; }
and change the color #000 to the color you want.
You must be logged in to reply to this topic.Log in/Sign up