Quote Originally Posted by siilike1232 View Post
Thank you! But how can I hide/delete the currency dropdown?
You can add the following to your template's override of PPL's /css/profile-base.css:
Code:
#currenciesPLContent { display: none; }