Modify xo-web with own Logo
-
Hi there
(Please excuse any mistypes - I'm a Swiss Guy learned a bit english in School)
I'd like to know, if it's allowed to implement our own Logo in the xo-web
on the upper left corner, just for "beauty reasons". I deployed XO from the
sources from GitHub.Thanks for your assistance
Marco -
It's aGPLv3, yes you can, but every modification should be public
-
Hi Olivierlambert
Thank you for your fast answer Could you maybe help me one time more
with a associated question? It was easy to implement my logo in the index.js
and build the dist new. But: I would like to to change the blue color from the
left menu-column.If I search through the files I can find the background-color #044b7f just
in the dist-folder. What I would need is to change it in the src, so I can build
it new from the source.Can you maybe helpme to find the correct file?
Best regards from Switzerland
Marco -
Maybe @Rajaa-BARHTAOUI can answer this
-
Hi,
If you want to change the background color, you need to update the
$side-menu-bg: #044b7f;
in~/xen-orchestra/packages/xo-web/src/index.scss
.Best regards.