I can't change theme on tutor open edx

I have installed open edx nutmeg using tutor on my ubuntu machine, but when i place themes in /themes directory and i run tutor local settheme themeName, everything finishes fine but there is no any changes to the look of the system. but when i run tutor dev settheme themename i can see the changes. What im i doing wrong.

cd ~/.local/share/tutor/env/build/openedx/themes/ and check whether your theme is here or not
and after
tutor local settheme mythemename
tutor config save
tutor images build openedx
tutor local stop
tutor local start -d or tutor local restart

https://docs.tutor.overhang.io/tutorials/theming.html

1 Like

i can see the theme is there, and i have done all of that but it still doesn’t change.

tutor local quickstart hit that will work

1 Like

Thanks, i had to uninstall everything and repeat your steps now it works.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.