Custom theming and LTI

Not sure if this is the right place for this question, but we are launching subsections from Open edX courses using LTI. The LTI is working well, but when we launch the pages via LTI, they seem to lose the CSS theming that we’ve developed for them. Does anyone know if there is a way around this?

1 Like

Hi @mikeh1239,

Theming will work depending on how your theme is implemented and configured in the platform.
How are you setting up your theme? Are you using Site themes (through Django Admin) or the DEFAULT_SITE_THEME Django setting?

In some cases, themes configured using the admin configuration might not show up. If you’re not using it already, it might be worth trying to set DEFAULT_SITE_THEME in /edx/etc/lms.yml to your site theme name and test the LTI launch again.