Hallo
Could somebody please tell me
where is the css and other static locations on tutor ?
I checked
/home/ubuntu/.local/share/tutor/env/build/openedx/themes
but It has only README
Hallo
Could somebody please tell me
where is the css and other static locations on tutor ?
I checked
/home/ubuntu/.local/share/tutor/env/build/openedx/themes
but It has only README
You need to use a theme to change those: Changing the appearance of Open edX — Tutor documentation
If you simply need to see them, you can go inside the Docker Container with tutor local lms exec bash
.
Then you will find them located at edx-platform/lms/static
and edx-platform/cms/static
inside the container.