Okay
  Public Ticket #2342494
Is it possible to hide image with first letters of service name
Closed

Comments

  • Marius started the conversation

    I would like to hide generated image with first letters of service name in service selection view. Is it possible to do that? Is there an option for that? If not, could you add it?

  • [deleted] replied

    Hello Marius, 

    Please try adding this custom HTML to the page where you have your Amelia shortcode: 

    <style>#am-category > div > div.el-row > div > div > div.am-category-service-info > div.am-category-service-color {display: none;}</style> 

    Let me know if it helped!