I can not change the tasklist logo

Hi,

@smith_Johnson could you please summarize in which places you did the changes?

Specifically, I want to change the logo and text in the header in Cockpit (in Admin and Tasklist I already did but in Cockpit I don’t know how).

At the moment I have this code in user-styles.css

/* hides the Camunda logo */
.app-banner svg {
  display: none;
}
.app-banner {
  /* hides the "Camunda Cockpit" text */
  /* put your logo */
  background-image: url(../assets/images/camunda-logo.png);
  /* sets the width to match the logo's width */
  background-size: 98px;
  background-repeat: no-repeat;
  margin-left: 10px;
  background-position: 0 1px;
  width: 280px;
}

.Header {
      border-bottom: 2px solid #B5152B;
}

and I get this

I also want to change the logo and text here:

I use 7.14.

Thanks!

Hey,

for changing the “Camunda Cockpit” I needed to go to webapps->camunda->app->cockpit->scripts and enter the following:

Thx for the response but still it shows Camunda Cockpit.
Any idea?

Anyone managed to change the “Camunda Cockpit” text in 7.14?
In which places should I make the changes?

Still haven’t figured out how the user-styless.css works for the Cockpit for 7.14 and 7.15.
Anybody what has managed?
Thanks

Did you managed to change it? I also don’t know how to do it.

No, Cockpit still behaves weird when I try to put my logo/text.