• Resolved hjald

    (@hjald)


    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)
  • Hi,

    you can use class .filter for Service, Location, Worker and for form fields use .custom-field .

    Best regards,
    Nikola

    Thread Starter hjald

    (@hjald)

    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);
    }

    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.