change-color-of-border-and-box-shadow

Support forumCategory: Questionschange-color-of-border-and-box-shadow
Shane asked 4 years ago
How can I change the color of the border and the box shadow on both calendar and the fields?   URL: cr.temphost.dev/booking
1 Answers
Nikola Loncar Staff answered 4 years ago
Hi Shane, try adding this to EA Settings > Customize > Custom styles :
.ea-bootstrap .ui-datepicker { border-color: #66AFE9; box-shadow: 0 0 8px rgba(102,175,233,.6); }
so those two are things that you want. So in your case :
.ea-bootstrap .ui-datepicker { border-color: #f79029; box-shadow: 0 0 8px rgba(247,144,41,.6); }
Best regards, Nikola