As previously announced via banners and our newsletters, support is no longer available through this platform.

For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.

You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.

Paid customers: Please log in to your store account for support.

Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com

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.