Is there a way to add a new logo replacing toolbox logo at home page?

Is there a way to add a new logo replacing toolbox logo at home page (https://kf.psdsurveys.info 2)
Amjad

Hello @amjadhiary,

Please look at admin interface > hub > configuration files.

1 Like

Found. Many thanks

1 Like

I can upload new logo, but it shows as broken image on site although image is uploaded successfully form admin panel. See image here:

Thank you

@amjadhiary,
Unfortunately it’s a known bug.
Please have a look at this thread Can't change login background picture

2 Likes

A quick and easy way would be to replace/download the image files in your server directory, and replace it with the photo name currently being used in kobo.

You have 2 directories to modify.

/home/kobo/kobo-docker/.vols/static/kpi/compiled

and

/home/kobo/kobo-docker/.vols/static/kpi/img

you can change these 3 files photo files,

signup_photo.jpg
kobologoS.svg β€” notice it is an .svg file and this is for the mobile version after you login the page
kobologo.svg – main logo in the loginpage and registration page

wallpaper takes effect in the first directory. Remember to use root privileges.

you can directly download and replace the name using the following command in your server terminal, download photo from a direct weblink

curl -o kobologo.svg weblink/picture.svg

a quick way to check if your photo is downloaded you can check it in your browser, for example:

kf.yourdomain/static/compiled/filename.jpg

and

kf.yourdomain/static/img/filename.svg

2 Likes