Comments Jim started the conversationJanuary 7, 2021 at 2:54pmIs 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] repliedJanuary 8, 2021 at 7:57pmHello 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 repliedJanuary 11, 2021 at 5:05pmOk, thank you.Yes, we've hidden them via CSS.[deleted] repliedJanuary 11, 2021 at 5:28pmYou'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. Sign in to reply ...
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.
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 :
if you don't have custom CSS option you can add it as format HTML like this:
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.
Ok, thank you.
Yes, we've hidden them via CSS.
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.