Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1348744

    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

    #1348765

    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

    #1348789

    here

    #1348795

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.