Home Analyst Portal
Options

Hiding Licence info

Gerhard_GoossensGerhard_Goossens Customer Advanced IT Monkey ✭✭✭

Is there a way that I can hide this for end-users? I can understand that it should be visible for admins, but this is really confusing end-users



Answers

  • Options
    Gerhard_GoossensGerhard_Goossens Customer Advanced IT Monkey ✭✭✭

    I added the following to custom.css

    It ain't pretty, but will do the job until we get the licence sorted out :-)

      li.user_menu .label-danger, .navbar .navbar-nav>li.lang_menu .label-danger
      {
        display: none;
        padding: 5px;
    }
    


  • Options
    Steve_WrightSteve_Wright Cireson Support Advanced IT Monkey ✭✭✭

    Hi @Gerhard_Goossens,

    I'll check with the team to see what the permanent fix is here and get back to you with an update.


    Thanks,

    Steve

Sign In or Register to comment.