Title: Form CSS &#8211; Input Fields
Last modified: December 9, 2016

---

# Form CSS – Input Fields

 *  Resolved [hjald](https://wordpress.org/support/users/hjald/)
 * (@hjald)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/form-css-input-fields/)
 * Thanks for the very fine plugin. A little problem:
 * I am trying to style the form in Easy Appointments. And I have succes with the
   Calendar – both coloring of border, shadow of box – and fields and numbers in
   calender. Thats fine. And thanks for the help earlier.
 * But for some reason I can’t find the class for the input-fields: Service, Location,
   Worker, Email, Name, Phone and Message. I want to change the border-color and
   the shadow.
 * I hope for at little help. Thanks for help

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Nikola Loncar](https://wordpress.org/support/users/loncar/)
 * (@loncar)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/form-css-input-fields/#post-8540951)
 * Hi,
 * you can use class `.filter` for `Service, Location, Worker` and for form fields
   use `.custom-field` .
 * Best regards,
    Nikola
 *  Thread Starter [hjald](https://wordpress.org/support/users/hjald/)
 * (@hjald)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/form-css-input-fields/#post-8541815)
 * Thanks for answer, but:
 * Don’t work. Tried both with and withoud ea-bootstrap:
    .ea-bootstrap .filter {
   border: 1px solid #12683F; box-shadow: 0 0 8px rgba(18,104,63,.6); } ………or …………….
   filter { border: 1px solid #12683F; box-shadow: 0 0 8px rgba(18,104,63,.6); }
 *  [Nikola Loncar](https://wordpress.org/support/users/loncar/)
 * (@loncar)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/form-css-input-fields/#post-8561413)
 * Hi
 * try this for bootstrap version :
 *     ```
       .ea-bootstrap.ea-bootstrap .filter {
       border: 1px solid #12683F;
       box-shadow: 0 0 8px rgba(18,104,63,.6);
       }
       ```
   
 * Best regards,
    Nikola

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Form CSS – Input Fields’ is closed to new replies.

 * ![](https://ps.w.org/easy-appointments/assets/icon-256x256.png?rev=1472759)
 * [Easy Appointments](https://wordpress.org/plugins/easy-appointments/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/easy-appointments/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/easy-appointments/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-appointments/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-appointments/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-appointments/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Nikola Loncar](https://wordpress.org/support/users/loncar/)
 * Last activity: [9 years, 5 months ago](https://wordpress.org/support/topic/form-css-input-fields/#post-8561413)
 * Status: resolved