Okay
  Public Ticket #2688816
changes to appoinment booking screen
Closed

Comments

  •  1
    BRUCE started the conversation

    Good Morning,

    How do I remove the "Any Supervisor' option form the list in the attached.

    Also when people make a selection and selection the continue button the button on the next screen is no longer white background and is difficlut to see. How can I make this button so the background is white and the text is blue.


    Thank you

  •  2,572
    Aleksandar replied

    Hello Bruce

    Unfortunately, that button can't be removed. That is - we can hide it from the selection with some custom CSS, but it will still be the default option when people view the form. Our developers will add the option to exclude "Any Employee" in the future, but I can't say when it will be included.

    The button that changes the color is caused by styles of your theme (most likely). Can you provide me the URL to the booking form, so I can inspect it, and see what CSS you can use to change the color.

    Kind Regards, 

    Aleksandar Vuković
    [email protected]

    Rate my support

    wpDataTables: FAQ | Facebook | Twitter | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia demo sites | Docs | Discord Community

    You can try wpDataTables add-ons before purchasing on these sandbox sites:

    Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables

  •   BRUCE replied privately
  • [deleted] replied

    Hello Bruce, 

    Apologies for the delayed response, we don't work on weekends and we had some non-working days due to a holiday in our country.

    Aleksandar is out of the office so I will try to help out. 

    You can add this custom CSS to the page where you have Amelia to change the button color: 

    #am-continue-button {background-color: white !important;}

    If you don't have a custom CSS otpion on the page, you can add it as format HTML:

    <style>
    #am-continue-button {background-color: white !important;}
    </style>


    For hiding the employee selection you can add this format HTML to the page where you have your Amelia shortcode :

    <style>
    .el-form-item.am-select-employee-option {display:none;}
    </style>

    and let me know if it helped.


    If you have any other questions or concerns feel free to open a new ticket and we will gladly help out.