Is there a function on nebula to show brand logo on the panel dashboard?

If not, it would be a nice function.
17 Replies
Emma
Emma2y ago
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.
BastiPro10
BastiPro10OP17mo ago
Nice, thanks! And how can I upload an svg logo?
Emma
Emma17mo ago
You are able to upload an icon in any image file format supported by css, which currently doesn't include svgs iirc.
BastiPro10
BastiPro10OP17mo ago
Oh, I understand. And can I modify the Html code to put there the svg tag?
Emma
Emma17mo ago
Technically yes, but it would be way easier to use a website that converts it to a png for you.
BastiPro10
BastiPro10OP17mo ago
I've the png. I just want to upload the image vectorized hahaha. Do you know where is the file I need to change?
Emma
Emma17mo ago
Are you really sure you want to do this Just warning you, there's a bit more involved than just adding a svg tag.
BastiPro10
BastiPro10OP17mo ago
It's not an html file?
Emma
Emma17mo ago
Well it is.. but uhh it's just uhh a bit difficult to understand the actual codebase
BastiPro10
BastiPro10OP17mo ago
I would like to gradually learn to customize the panel so that I can modify it as much as possible in the future.
Emma
Emma17mo ago
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.
BastiPro10
BastiPro10OP17mo ago
Nice. I'll take a look
Emma
Emma17mo ago
alright
BastiPro10
BastiPro10OP17mo ago
Thanks man it worked!
Emma
Emma17mo ago
awesome
BastiPro10
BastiPro10OP17mo ago
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.
Emma
Emma17mo ago
no problem, glad to help

Did you find this page helpful?