Hello please my client doesnt want the employees to be part of the booking but wants the location only to be available, is there any way to implement that?
And cann I make 1 manage who will manage all the locations without accessing wordpress?
1. As far as I understand, your client wants to hide the Employee selection on the booking form.
It can be achieved by adding a custom CSS to the page where the booking form is:
div.am-select-service > form > div.el-form-item.am-select-employee-option {
display: none !important;
}
2. A Manager in Amelia is allowed to hide but not delete anything; a manager cannot customize the front-end look of the plugin and doesn’t have access to the WordPress settings. You can find more information on our website and figure out if this role suits your case.
You should go to Customize on the top of the page. And once the customization is open, please scroll down the page until you see Custom CSS/JS on the left menu bar.
After that, insert the code there:
div.am-select-service > form > div.el-form-item.am-select-employee-option {
display: none !important;
}
Hello please my client doesnt want the employees to be part of the booking but wants the location only to be available, is there any way to implement that?
And cann I make 1 manage who will manage all the locations without accessing wordpress?
Hi, Emmanuel!
Thank you for choosing Amelia.
1. As far as I understand, your client wants to hide the Employee selection on the booking form.
It can be achieved by adding a custom CSS to the page where the booking form is:
div.am-select-service > form > div.el-form-item.am-select-employee-option {
display: none !important;
}
2. A Manager in Amelia is allowed to hide but not delete anything; a manager cannot customize the front-end look of the plugin and doesn’t have access to the WordPress settings. You can find more information on our website and figure out if this role suits your case.
Hope that will help.
Best Regards.
Hello, how do I add the custom css do I go to customize or besides I am using elementor
Hi, Emmanuel!
You should go to Customize on the top of the page. And once the customization is open, please scroll down the page until you see Custom CSS/JS on the left menu bar.
After that, insert the code there:
Best Regards.