Hey everyone!

With the Labour Day holidays coming up, we’d like to let you know about our upcoming working hours:

Thursday, May 1st: Our team will be off during Labour Day.
Friday, May 2nd: We'll also be off for an extended holiday break.

We’ll be back on Monday, May 5th, ready to respond to all messages received during this time.

In the meantime, if you need help, feel free to:

https://www.youtube.com/@AmeliaWordPressBookingPlugin/videos

https://www.youtube.com/@wpDataTables/videos

Thank you for being so understanding, and we hope you enjoy the long weekend! 

Okay
  Public Ticket #1842855
Technical
Closed

Comments

  • ompartsinc started the conversation

    HEllo,


    Can you send me the CSS to disable the employee functionality. Also is there a way to disable the pricing and the maximum and minimum capacity.


    Thank you

    Alex

  • [deleted] replied

    Hi ompartsinc,

    Thank you for your inquiry.

    Can you please use this CSS and tell me the result:

    #amelia-step-booking0 > div.am-select-service > form > div:nth-child(2){display: none !important;}

    You can use it directly on the page just use the style tags like this

    <style>
    #amelia-step-booking0 > div.am-select-service > form > div:nth-child(2){
    display: none !important;
    }
    </style>

    To hide the pricing you just need to set 0 as service price and the price calculation and payment options will be hidden. As for the maximum and minimum capacity, can you please provide me a little bit more information about this? This cannot be hidden on the back-end, but only you can see it.