Okay
  Public Ticket #2452823
How to remove the blue circle with 3 letters inside ?
Closed

Comments

  • Victor started the conversation

    Hello,
    I just wanna know how I can remove the blue circle. I find where i can change his color... But not to remove it. I try to put a transparent color but doesn't work.

    And I font wanna show the employé,

    Thank you in advence


    Victor

  • [deleted] replied

    Hello Victor, 

    Thank you for your purchase.

    This can be hidden with adding custom CSS to the page where you have Amelia. 

    Please try adding this format HTML to the page: 

    <style>
    .am-category-services-thumbs {display:none !important;}
    .am-service-provider {display:none !important;} </style>

    and let me know if it helped.