uptime-kuma
uptime-kuma copied to clipboard
Website and logo title name change.
β οΈ Please verify that this bug has NOT been raised before.
- [X] I checked and didn't find similar issue
π‘οΈ Security Policy
- [X] I agree to have read this project Security Policy
π Describe your problem
Hi I want to change the name the website name and logo but i canβt find out how?
π» Uptime-Kuma Version
1.11.3
π» Operating System and Arch
Windows
π Browser
Chrome
π Docker Version
No response
π© NodeJS Version
No response
This is not currently a feature that is available and it is unlikely to be enabled in the future. See #607 and https://github.com/louislam/uptime-kuma/pull/1083#issuecomment-1096662487 for more details. Also, why are you using such an old version, you should probably update.
We are clearing up our old issues and your ticket has been open for 3 months with no activity. Remove stale label or comment or this will be closed in 7 days.
This issue was closed because it has been stalled for 7 days with no activity.
It is possible to change the title if you really want.
This can be done by adding some css styling in the dist/index.html:
header span[data-v-6080d853] { font-family: 'Montserrat', sans-serif!important; font-weight: 800!important; font-size: 0px!important; } .title[data-v-6080d853]:after { font-weight: 700; content: "MK Vision Status"; font-family: 'Montserrat', sans-serif!important; font-weight: 800!important; font-size: 22px; margin-left: 8px; }
Offcourse this is cheating a little bit ;-)
Offcourse you can change the logo from the dist/ folder also. Just overwrite icon.svg/png :-)
It is possible to change the title if you really want.
This can be done by adding some css styling in the dist/index.html:
header span[data-v-6080d853] { font-family: 'Montserrat', sans-serif!important; font-weight: 800!important; font-size: 0px!important; } .title[data-v-6080d853]:after { font-weight: 700; content: "MK Vision Status"; font-family: 'Montserrat', sans-serif!important; font-weight: 800!important; font-size: 22px; margin-left: 8px; }
Offcourse this is cheating a little bit ;-)
Offcourse you can change the logo from the dist/ folder also. Just overwrite icon.svg/png :-)
this is my index.html
why I can change the name like your example