How to hide Dashboard and Profile link from user menu in the Right region
To hide Dashboard and Profile link from user menu in the Right region
Add this CSS in Edwiser RemUI General settings >> Custom CSS section:
#usermenu-carousel .dropdown-item[title="Profile"] {
display: none !important;
}