Logo not changing in tutor

I am using tutor indigo theme for my platform. When I try to change the logo of the platform by replacing the image files in the path /root/.local/share/tutor/env/build/openedx/themes/indigo/cms/static/images/studio-logo.png and /root/.local/share/tutor/env/build/openedx/themes/indigo/lms/static/images/logo.png, it shows the files are replaced, but then when I do tutor config save and tutor images build openedx and do tutor local start -d, no changes are made.

I also tried renaming my images after replacing but no changes happened. Can someone please guide me.

Hello @alishaik,

Once your logo is set in the themes directory, you should run tutor local settheme indigo and then create build and stop, start of your services.

Remember, you need to run tutor local settheme command for the first time only to set theme.

@alishaik I finally found the magic sequence for me (on Olive anyway):

tutor config save
tutor images build openedx
tutor local launch