I want to hide the change E-Mail menu from portal profile.
How i can hide the menu?
Hi @Atiour
In Portal management:
1. Under Content> Web Pages > Profile
2. Localized Content > Profile > Edit
3. Advanced > Custom Javascript > paste the following javascript code
$(document).ready(function(){
console.log(55, "Ragavan");
$(".list-group-item:nth-child(2)").hide();
});
4. Hit Save and close > save
In Portal Studio
1. Sync configuration > Browse website > Ctrl + F5
Your change email will be hidden now.
Hope it helps.
------------
If you like this post, give it a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users to find it.
Lucas001
60
Super User 2025 Season 1
Fubar
55
Super User 2025 Season 1
surya narayanan
35