Is there a function on nebula to show brand logo on the panel dashboard?
If not, it would be a nice function.
17 Replies
Yeah there is!
Icon-only sidebar:
Click on the "+" button in the "Icon theme" section in Nebula Designer's sidebar section, then add your logo in "home".
Text and icon sidebar:
Scroll down in the sidebar section in Nebula Designer, then click the selected sidebar type again or click the "+" button on the sidebar type setting, you'll be able to add a logo there.
Nice, thanks!
And how can I upload an svg logo?
You are able to upload an icon in any image file format supported by css, which currently doesn't include svgs iirc.
Oh, I understand. And can I modify the Html code to put there the svg tag?
Technically yes, but it would be way easier to use a website that converts it to a png for you.
I've the png. I just want to upload the image vectorized hahaha. Do you know where is the file I need to change?
Are you really sure you want to do this
Just warning you, there's a bit more involved than just adding a svg tag.
It's not an html file?
Well it is.. but uhh
it's just uhh
a bit difficult to understand the actual codebase
I would like to gradually learn to customize the panel so that I can modify it as much as possible in the future.
Think of it like this, Nebula is more a shell around the panel, sitting between what you actually see and the panel frontend.
Usually themes modify files in folders like
resources/scripts
but that is generally not possible with Blueprint themes.
To take a look at Nebula's source code, place the nebula.blueprint
file in your .blueprint/dev
folder and unzip it.
Make your changes and run blueprint -build
to apply them.Nice. I'll take a look
alright
Thanks man it worked!
awesome
Yeah, I spent 25 minutes of my life just to have a vectorized logo that has no difference between the original but if you zoom in 250% it looks fine hahaha
Thanks you, it'll be useful for any other change I'll probably do.
no problem, glad to help