Comments Mark started the conversationJuly 9, 2021 at 2:38pmHe there! is there any way I can hide the price of the service from the employee view? or show them a percentage of the total price? Thank you[deleted] repliedJuly 9, 2021 at 3:30pmHi MarkThank you for reaching out to us.Please try adding this custom CSS for hiding the prices in the employee panel (you can add it to the HTML for hiding the email): total price .am-cabinet-collapsed-content >div> div:nth-child(1) > div:nth-child(1) {display:none !important;} customer price: .am-cabinet-collapsed-content> div > div:nth-child(2) > div > div:nth-child(4) {display:none !important} or .am-cabinet-collapsed-content> div > div:nth-child(2) > div > div:nth-child(3) {display:none !important} and let me know if this helped. Mark repliedJuly 10, 2021 at 1:56pmWorks like a charm! Thank you![deleted] repliedJuly 12, 2021 at 2:03pmYou are most welcome If there is anything else we can assist you with please don't hesitate to open a new ticket. Have a wonderful day! Sign in to reply ...
He there! is there any way I can hide the price of the service from the employee view? or show them a percentage of the total price? Thank you
Hi Mark
Thank you for reaching out to us.
Please try adding this custom CSS for hiding the prices in the employee panel (you can add it to the HTML for hiding the email):
total price
.am-cabinet-collapsed-content >div> div:nth-child(1) > div:nth-child(1) {display:none !important;}
customer price:
.am-cabinet-collapsed-content> div > div:nth-child(2) > div > div:nth-child(4) {display:none !important}
or
.am-cabinet-collapsed-content> div > div:nth-child(2) > div > div:nth-child(3) {display:none !important}
and let me know if this helped.
Works like a charm! Thank you!
You are most welcome
If there is anything else we can assist you with please don't hesitate to open a new ticket.
Have a wonderful day!