Remove User Action Menu on Dashboard Page
Comments
-
This is the CSS you can use to do this:
.dp-portal-actions { display: none !important; } .dp-portal-topbar__toggle-actions-tab { display: none !important; }To upload CSS, we have documentation here: https://documentation.decisions.com/docs/uploading-css


