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.