Customizing Home Page for Users

Hello Helical Insight,

I am using Helical Insight 4.0. When I log in as a user (not as a Admin role user), I want to show only the most recently viewed dashboard list and want to remove What’s New, discover content , home-profile and align recent reports to top. Is there a way to do this?

image

Thanks,
Kajipe.

Hello Kajipe,

The Home page can be customised by changing the default styles.css file.
The file is present at the location: .../hi/apache-tomcat-9/webapps/hi-ee/css
Add the below mentioned CSS in the styles.css file

.sidebar-inner{display: none !important;} .whats-new{visibility: hidden !important;} .profile-stats{visibility: hidden !important;} .home-profile{visibility: hidden !important;} .sample-reports{position: absolute!important;}
image

Thanks,
Helical Insight.