Change background color of dashboard
Moderator: crythias
-
- Znuny newbie
- Posts: 27
- Joined: 20 Jun 2012, 10:50
- Znuny Version: 3.1.6
Change background color of dashboard
Hi
Due to a change in our logo, we need to change the default BLACK background header of the dashboard to white. Currently we have the default skin I believe of header in black, icons in orange and widgets/dashlets in grey. I would like to change the header to white and the icons to blue...Is this possible and if so how to do it. I am running OTRS 3.1.7
Thanks!
Due to a change in our logo, we need to change the default BLACK background header of the dashboard to white. Currently we have the default skin I believe of header in black, icons in orange and widgets/dashlets in grey. I would like to change the header to white and the icons to blue...Is this possible and if so how to do it. I am running OTRS 3.1.7
Thanks!
-
- Znuny guru
- Posts: 5018
- Joined: 13 Mar 2011, 09:54
- Znuny Version: 6.0.x
- Real Name: Renée Bäcker
- Company: Perl-Services.de
- Contact:
Re: Change background color of dashboard
Create your own skin http://doc.otrs.org/developer/3.1/en/ht ... html#skins
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
-
- Znuny newbie
- Posts: 34
- Joined: 15 Apr 2014, 15:35
- Znuny Version: 3.3.6
- Real Name: Rita Maul
- Company: Sesc
Re: Change background color of dashboard
I got a very similar problem and since there are a thousando css classes i am having a little trouble figuring out each and everyone of them to change to the correct color. This link dosent work, is there a working one ?
Thank you in advice !
-- Rita
Thank you in advice !
-- Rita
-- Rita Maul
-
- Znuny guru
- Posts: 5018
- Joined: 13 Mar 2011, 09:54
- Znuny Version: 6.0.x
- Real Name: Renée Bäcker
- Company: Perl-Services.de
- Contact:
Re: Change background color of dashboard
The current developer manual can be found at http://doc.otrs.org
Regarding how to find the correct CSS file: You should use a debugging tool like the ones built-in in Firefox or Chrome. There you can select an element of the site and you get all the CSS definitions that are defined for that element.
Regarding how to find the correct CSS file: You should use a debugging tool like the ones built-in in Firefox or Chrome. There you can select an element of the site and you get all the CSS definitions that are defined for that element.
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
-
- Znuny guru
- Posts: 2210
- Joined: 13 Mar 2014, 09:16
- Znuny Version: 6.0.14
- Real Name: Rolf Straub
Re: Change background color of dashboard
Start with "Core.Default.css" and "Core.Header.css" 

Currently using: OTRS 6.0.14 -- MariaDB -- Ubuntu 16 LTS
-
- Znuny newbie
- Posts: 34
- Joined: 15 Apr 2014, 15:35
- Znuny Version: 3.3.6
- Real Name: Rita Maul
- Company: Sesc
Re: Change background color of dashboard
Thank you ! I figured out the css classes I need to change for what i want to do, however im having a hard time seting my custom UI as default. For some reason the system dosent recognizes my custom skin as default. I can see it and manually set it on my preferences but it wont set as default for all agents as expected. If u guys have any tips on that, id appreciate it !
Thank you !
Thank you !
-- Rita Maul
-
- Znuny guru
- Posts: 2210
- Joined: 13 Mar 2014, 09:16
- Znuny Version: 6.0.14
- Real Name: Rolf Straub
Re: Change background color of dashboard
Did you try Framework -> Core::Web -> Loader::Agent::DefaultSelectedSkin ?
Currently using: OTRS 6.0.14 -- MariaDB -- Ubuntu 16 LTS
-
- Znuny newbie
- Posts: 34
- Joined: 15 Apr 2014, 15:35
- Znuny Version: 3.3.6
- Real Name: Rita Maul
- Company: Sesc
Re: Change background color of dashboard
Thank you, that was what was missing. Now is there a way to remove all other skins from the system ? Or at least making it impossible for agents to switch from my custom skin ? Since its a company skin, they will be forced to use it and i cant allow them to switch to any other skin.
Thank you again !!!!
Thank you again !!!!
-- Rita Maul
-
- Znuny guru
- Posts: 2210
- Joined: 13 Mar 2014, 09:16
- Znuny Version: 6.0.14
- Real Name: Rolf Straub
Re: Change background color of dashboard
Navigate to Framework -> Frontend::Agent -> Loader::Agent::Skin###000-default (and the other entries) and disable it.
edit:
you might want to force their settings to your new skin first
edit:
you might want to force their settings to your new skin first

Currently using: OTRS 6.0.14 -- MariaDB -- Ubuntu 16 LTS
-
- Znuny newbie
- Posts: 34
- Joined: 15 Apr 2014, 15:35
- Znuny Version: 3.3.6
- Real Name: Rita Maul
- Company: Sesc
Re: Change background color of dashboard
I forced it to my custom skin as u sugested before. So im going to disable the others like u sugested.
Thank you ! You guys have been of great help !
Thank you ! You guys have been of great help !
-- Rita Maul