Checkout field – how can I add a frame to each field so make it easier to see you can enter details
like as for country as enclosed picture show
thanks in advance
Kren
Hey Kren,
Thank you for the inquiry.
The fields in the checkout page should have borders by default. Did you add any custom css in the site? Please post the site URL in the private field so that we can check the checkout page properly.
Best regards,
Ismael
Hi,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
#top .main_color .input-text, #top .main_color input[type="text"], #top .main_color input[type="input"], #top .main_color input[type="password"], #top .main_color input[type="email"], #top .main_color input[type="number"], #top .main_color input[type="url"], #top .main_color input[type="tel"], #top .main_color input[type="search"], #top .main_color textarea, #top .main_color select {
border-color: #e2e2e2;
}
Cheers!
Yigit