Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logo change does not show up #67

Open
vmario89 opened this issue May 5, 2022 · 2 comments
Open

Logo change does not show up #67

vmario89 opened this issue May 5, 2022 · 2 comments

Comments

@vmario89
Copy link

vmario89 commented May 5, 2022

Hi, enabling logo change in Config.php works in code, but it does not correctly render.

before enabling:
grafik

after enabling:
grafik

im both cases the look is like this:
grafik

kanboard version is the latest from master branch.

@ZLau92
Copy link

ZLau92 commented May 27, 2022

Howdy.

I encountered the same issue - and found that the logo span was still keeping the original Greenwing logo.
So I added the below snippet to custom css under Application Settings, and it appears to have done the trick for me:

div.title-container h1 span.logo{
background-image: url(plugins/Greenwing/logo.png);
background-size: contain;
}

@imagevo
Copy link

imagevo commented Jun 30, 2022

I also changed the logo in the application settings > custom stylesheet
In the example bellow, I also changed the container size so it fits fine

header .logo {background-image: url(myurl.png)!important; background-size: 100px 29px!important;width:100px!important}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants