Remove the whole usermenu dropdown or remove the a couple of links

Re: Remove the whole usermenu dropdown or remove the a couple of links

par Anthony M,
Nombre de réponses : 0
SOLVED! For those who might need this, the next is the custom ccs code that finally worked to remove the dashboard and profile links...

.usermenu .dropdown-menu-right a[aria-labelledby="actionmenuaction-1"], .usermenu .dropdown-menu-right a[aria-labelledby="actionmenuaction-2"] {
display: none;
}