Comments 1Bolsterenpit started the conversationSeptember 15, 2018 at 10:39amHi there,Thanks for this great plugin. Can you give me CSS code to delete the word 'description' at 'SERVICES'And can you also give a code for deleting the word 'descriptinon' at 'EXTRAS'Thank you very much[deleted] repliedSeptember 17, 2018 at 2:36pmHi Mart,1. Please add this CSS to your page like it is shown in the attachment below:<style>.am-service-description {display: none;}</style>2. Unfortunately the description of the Extras cannot be hidden.Kind regards, 1Bolsterenpit repliedSeptember 17, 2018 at 3:00pmHi Iidorta,This is not what I want. Now all the TEXT in the description is gone and I only want to delete the word (the title) 'description'[deleted] repliedSeptember 17, 2018 at 3:10pmHi Mart,Sorry for this, could you please add this:<style>.am-service-description h3 { display: none;}</style> 1Bolsterenpit repliedSeptember 17, 2018 at 3:57pmThank you!!This was exactly what I needed. Perfect.[deleted] repliedSeptember 18, 2018 at 8:28amHi Mart,You are welcome, I am glad that I could help. Sorry again for the wrong CSS first time. 1Bolsterenpit repliedSeptember 18, 2018 at 9:05amTHANK YOU TOO!!!have you seen my other post about the bug??? That's a really important thing.My employees cannot login... it cannot get in... the wheel keeps spinning. I can as administrator...[deleted] repliedSeptember 18, 2018 at 9:27amHi Mart,My colleague has answered to your ticket, he will help you with that problem.dentvii repliedSeptember 23, 2018 at 10:21pm@Isidora, thanks for the code I have added the following code.am-service-gallery {display: none;}.am-service-price {display: none;}.am-service-info {display: none;}But I was unable to remove the service price at the beginning of the booking (orange R$ 400,00). Is there any way to do so?[deleted] repliedSeptember 24, 2018 at 8:44amHi dentvii,Could you please try with this:<style>.am-service-price {display: none !important;}</style>Kind regards,dentvii repliedSeptember 24, 2018 at 9:15pmWorked great. Thanks Isidora![deleted] repliedSeptember 25, 2018 at 8:35amHi dentvii,You are welcome. I am glad that I could help. Kind regards! Sign in to reply ...
Hi there,
Thanks for this great plugin.
Thank you very much
Hi Mart,
1. Please add this CSS to your page like it is shown in the attachment below:
<style>
.am-service-description {
display: none;
}
</style>
2. Unfortunately the description of the Extras cannot be hidden.
Kind regards,
Hi Iidorta,
This is not what I want. Now all the TEXT in the description is gone and I only want to delete the word (the title) 'description'
Hi Mart,
Sorry for this, could you please add this:
<style>
.am-service-description h3 {
display: none;
}
</style>
Thank you!!
This was exactly what I needed. Perfect.
Hi Mart,
You are welcome, I am glad that I could help. Sorry again for the wrong CSS first time.
THANK YOU TOO!!!
have you seen my other post about the bug??? That's a really important thing.
My employees cannot login... it cannot get in... the wheel keeps spinning. I can as administrator...
Hi Mart,
My colleague has answered to your ticket, he will help you with that problem.
@Isidora, thanks for the code
I have added the following code
.am-service-gallery {
display: none;
}
.am-service-price {
display: none;
}
.am-service-info {
display: none;
}
But I was unable to remove the service price at the beginning of the booking (orange R$ 400,00). Is there any way to do so?
Hi dentvii,
Could you please try with this:
<style>.am-service-price {display: none !important;}</style>
Kind regards,
Worked great. Thanks Isidora!
Hi dentvii,
You are welcome. I am glad that I could help.
Kind regards!