Okay
  Public Ticket #2307642
Remove item
Closed

Comments

  •  1
    Declan Kennard started the conversation

    Please, I would like to remove "employee " from booking form and have the date and local time in line.

  • [deleted] replied

    Hello Declan, 

    Apologies for replying late, we are not working on weekends. 

    Unfortunately, there isn't an option to remove the employee from the booking form but you can hide that element with custom CSS. 

    You can try this custom CSS for hiding the employee in the booking form: 

    <style>#am-confirm-booking > div:nth-child(1) > form > div.am-confirm-booking-data.el-row > div.el-col.el-col-24.el-col-sm-24 > div > div:nth-child(1) {display: none;}</style>

    I'm not sure why you have these in two rows (time and date), it must be due to your theme's CSS or some custom CSS or similar since it is normally in one row like here: 

    1850984118.png

    But I assume with hiding the employee they will be placed in one row. 

    Let me know if this helped!


  •  1
    Declan Kennard replied

    Worked, thank you

  • [deleted] replied

    You are welcome, Declan. 

    Great, glad to hear that!

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