Okay
  Public Ticket #2652060
Possible to disable default fields?
Closed

Comments

  • Jim started the conversation

    Is it possible to disable default fields?

    I would like to remove the "Date of Birth" field from the front-end and if possible on the admin pages as well.

    It's currently used in the Customer Profile.


  • [deleted] replied

    Hello Jim,

    Thank you for your purchase.

    There isn't a possibility of removing that field, but it can be hidden on the front-end in the Customer panel by adding custom CSS. 

    Please try adding this CSS to the page where you have the Amelia cusotmer panel : 

    .v-calendar-column.el-col.el-col-24.el-col-sm-12.el-col-md-12
    {display:none !important;}

    if you don't have custom CSS option you can add it as format HTML like this: 

    <style>
    .v-calendar-column.el-col.el-col-24.el-col-sm-12.el-col-md-12
    {display:none !important;}
    </style>


    and let me know if it helped.

    If you have any other questions or concerns feel free to open a new ticket and we will gladly help out.


  • Jim replied

    Ok, thank you.

    Yes, we've hidden them via CSS.

  • [deleted] replied

    You're welcome, Jim.

    Glad to see that, thank you for letting me know.

    If you have any other questions or concerns feel free to open a new ticket and we will gladly help out.