Remove Training / Discover panel for users

Dear Team,

How to remove Discover / Training panel for end users. End users surely do not need this panel.

Regards
Pushpal

Hi,
Please add the below code in style.css. Save and refresh

.sidebar-inner
{
display: none !important;
}

The path of style.css is “C:\Program Files\Helical Insight\hi\apache-tomcat-7\webapps\hi-ee\css”. It might change a bit based on OS

Thanks Team ! It worked.