Delivery Date Picker - Add Outline to Input Box

Hi there! I’ve added a delivery date picker to my cart page, but I’m hoping someone can help me add an outline (thin black line) to the input field. Right now, it blends in with the background and its not intuitive to click the input field.

My webpage is https://www.paloverdebotanicals.com/cart

This is the current snippet code I’ve added to the cart for the date picker:

{{ ‘//code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css’ | stylesheet_tag }}

Want us to ship your gift later?

Pick a preferred delivery date: *While we can't guarantee delivery timing, we'll do our best to accommodate!

Thank you so much!!

@pvbotanicals
Hello.

#date {
  border: 1px solid #000;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid

Like This

1 Like

Brilliant, that did! Thanks so much!