Okay
  Public Ticket #1713186
CSS for deleting description tekst
Closed

Comments

  •  1
    Bolsterenpit started the conversation

    Hi there,

    Thanks for this great plugin. 

    1. Can you give me CSS code to delete the word 'description' at 'SERVICES'
    2. And can you also give a code for deleting the word 'descriptinon' at 'EXTRAS'


    Thank you very much

  • [deleted] replied

    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,


  •  1
    Bolsterenpit replied

    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'

  • [deleted] replied

    Hi Mart,

    Sorry for this, could you please add this:

    <style>
    .am-service-description h3 {
        display: none;
    }
    </style>


  •  1
    Bolsterenpit replied

    Thank you!!

    This was exactly what I needed. Perfect.


  • [deleted] replied

    Hi Mart,

    You are welcome, I am glad that I could help. Sorry again for the wrong CSS first time.

  •  1
    Bolsterenpit replied

    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...


  • [deleted] replied

    Hi Mart,

    My colleague has answered to your ticket, he will help you with that problem.


  • dentvii replied

    @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] replied

    Hi dentvii,

    Could you please try with this:

    <style>.am-service-price {display: none !important;}</style>

    Kind regards,

  • dentvii replied

    Worked great. Thanks Isidora!

  • [deleted] replied

    Hi dentvii,

    You are welcome. I am glad that I could help. 

    Kind regards!