Okay
  Public Ticket #2697780
Removing sections in description
Closed

Comments

  •  1
    Henriette started the conversation

    Hi

    I would like to remove the sections marked in the picture.

    Is this possible?

    Thank you.

    Regards Henriette

  • [deleted] replied

    Hi, Henriette!

    I apologize for the delayed response, we don't work on weekends.

    Yes, most probably it's possible with a custom CSS that we can provide you. 

    Please send us the URL with Amelia, so we can find the right selectors for CSS.

    Looking forward to hearing from you. 

  •  1
  • [deleted] replied

    Hi, Henriette!

    Thank you for the link.

    Please try these CSS:

    #am-service-booking > div > div.am-service > div.am-service-header > div.am-service-data > div.am-service-info > div:nth-child(2){display:none;}
    #am-service-booking > div > div.am-service > div.am-service-description > h3 {display:none;}
    #am-service-booking > div > div.am-service > div.am-service-info > div {display: none;}

    They should be added on the same page with Amelia.

    Hope that will work. 

    Best Regards.