Okay
  Public Ticket #2754457
Functionalities
Closed

Comments

  • PABLO DIAS MENEZES started the conversation

    Hello.

    Is it possible to eliminate label "Any Employees" from dropdown booking selector or change label. I know I can change the word "Employee" but the word "Any" will remain there. Actually, I don't need this option on dropdown because I need my user to select one of the options, not any one of them.

  • [deleted] replied

    Hi, Pablo!

    Sorry for the delayed response.

    Probably it can be achieved with custom CSS

    Could you please provide us with the URL to the page where you'd like to hide the "Any Employee" option?

    Best Regards. 

  •   PABLO DIAS MENEZES replied privately
  • [deleted] replied

    Hi, Pablo!

    Thank you for the clarification.

    I will have to contact our front-end developer regarding your case, that might take some time.

    I will get back to you right after I receive their response.

    Best Regards. 


  • [deleted] replied

    Hi, Pablo!

    Please try to add this CSS to the page with Amelia:

    .amelia-app-booking #am-step-booking .am-select-date.am-package-setup .am-package-employee-location .el-input__inner::placeholder,
    .amelia-app-booking .am-step-booking-catalog .am-select-date.am-package-setup .am-package-employee-location .el-input__inner::placeholder,
    .amelia-app-booking #am-step-booking .am-select-date.am-package-setup .am-package-employee-location .el-input__inner::-webkit-input-placeholder,
    .amelia-app-booking .am-step-booking-catalog .am-select-date.am-package-setup .am-package-employee-location .el-input__inner::-webkit-input-placeholder,
    .amelia-app-booking #am-step-booking .am-select-date.am-package-setup .am-package-employee-location .el-input__inner::-moz-placeholder,
    .amelia-app-booking .am-step-booking-catalog .am-select-date.am-package-setup .am-package-employee-location .el-input__inner::-moz-placeholder,
    .amelia-app-booking #am-step-booking .am-select-date.am-package-setup .am-package-employee-location .el-input__inner:-ms-input-placeholder,
    .amelia-app-booking .am-step-booking-catalog .am-select-date.am-package-setup .am-package-employee-location .el-input__inner:-ms-input-placeholder,
    .amelia-app-booking #am-step-booking .am-select-date.am-package-setup .am-package-employee-location .el-input__inner:-moz-placeholder,
    .amelia-app-booking .am-step-booking-catalog .am-select-date.am-package-setup .am-package-employee-location .el-input__inner:-moz-placeholder {
     color: transparent;
    }

    It should remove the Any Employee placeholder.

    Looking forward to hearing from you.