change-color-or-text-entry-fields

Support forumchange-color-or-text-entry-fields
Shane asked 4 years ago
How can I change the border and box shadow of the text entry fields? E.G. Name/Email etc. URL cr.temphost.dev/booking
1 Answers
Nikola Loncar Staff answered 4 years ago
Hi add this also to that custom css :
.ea-bootstrap input, .ea-bootstrap select, .ea-bootstrap textarea { border: 1px solid #66AFE9 !important; }
Best regards, Nikola