Okay
  Public Ticket #2537993
Hide Customer Details
Closed

Comments

  • Joe Brawley started the conversation

    See example image below. I cannot figure out the CSS to hide this div on the front end employee panel section. Is this possible?

    Example Image


  • [deleted] replied

    Hello Joe Brawley, 

    You can try adding these custom CSS to hide different customers' details in the employee panel :

    .am-cabinet-collapsed-content div:nth-child(2) > div > div:nth-child(1),
     .am-cabinet-collapsed-content div:nth-child(2) > div > div:nth-child(2),
     . am-cabinet-collapsed-content div:nth-child(2) > div > div:nth-child(3), 
    . am-cabinet-collapsed-content div:nth-child(2) > div > div:nth-child(4)
    {
    display: none !important;
    }
    


    Please let me know if this helped. 

  • Maria Luaipou replied

    Hi, i would also like to hide the customer email address from my employees and tried to use the custom css you provided below without success. I'm a beginner with wordpress and am using simple custom css plugin to add the custom css you provided below. Am I doing something wrong? 

  • [deleted] replied

    Hello Maria, 

    You can try adding the code directly to the page where you have your Amelia Customer panel, as format HTML:

    <style>
    .am-cabinet-collapsed-content div:nth-child(2) > div > div:nth-child(1),
     .am-cabinet-collapsed-content div:nth-child(2) > div > div:nth-child(2),
     . am-cabinet-collapsed-content div:nth-child(2) > div > div:nth-child(3),
     . am-cabinet-collapsed-content div:nth-child(2) > div > div:nth-child(4)
    {
    display: none !important;
    }
    </style>

    If this doesn't help please open a new ticket regarding this matter, as we would need to access your customer panel probably, and we will gladly help out.

  • Maria Luaipou replied

    thank you for your reply marija unfortunately thats not working either... will open a new ticket thanks

  • [deleted] replied

    You are welcome, Maria. Sorry to see that. We will help out there then. 

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