User's can't personalise a dashboard via app

If you have a user who’s unable to edit tiles on X dashboard after clicking on “…” on the header then please review this article.

Cause: You would have added custom CSS to prevent personalisation button functionality from appearing.

Steps to resolve:

  1. Click on Look and feel drop down under Adminstration panel and select Custom CSS

image-20240415-095248.png
  1. Find piece of code which would indicate the perisnalisation button wouldn’t display on X dashboard or across the platform.

Example:

/* Remove Personalise button on the 'home' dashboard */ a[href="/dashboard/home/edit"] { display: none !important; }
  1. Remove the line and click save.