Can someone help me to change the crucible logo and header colour?
I've tried the below stuff:
https://confluence.atlassian.com/display/FISHKB/Customizing+FishEye+and+Crucible+Look+and+Feel
https://confluence.atlassian.com/display/FISHKB/Customizing+FishEye+and+Crucible+Look+and+Feel
But nothing helps.
Thanks
You may want to take a look at https://confluence.atlassian.com/pages/viewpage.action?pageId=634454256 document to find out how to change the logo. But keep in mind the note included on the page, such customisation is not supported.
Hope that helps,
Piotr
Hi .. I tried the same but still not working. Shutdown your FishEye instance Navigate to the following folder <FishEye_Home>/content/static/ Under the static folder, there will be a single generated subfolder with random name, navigate into that subfolder and then navigate to 2static\style Look for the CSS filename that starts with "concat.style.xxxxxx.css" Backup the CSS file mentioned above. Open the file in any text editor such as Notepad++ and navigate to the bottom of the page, then add the following CSS:- .aui-header .aui-header-logo-fecru .aui-header-logo-device{ background-image: url('<URL>') !important; } Close and save the file Next find a compressed filename "concat.style.xxxxxx.css.gz", then backup the file and delete it Start your instance and the changes should be reflected. Any recompile needs to be done after the above changes?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.