Hello community!
I’m trying to come up with a workaround for something we want to do with our openedx instance
I currently have an instance of openedx with tutor + indigo theme
first thing first, I do not seem to find a way for the indigo theme to show the lms logo, it has some css class that force to hide it.
ok, I figure I could overwrite that css, found out I need to make my own fork of indigo.
I did and tried to find a way to overwrite that style and went down the rabbit hole of needing my own brand-openedx package.
pip installed my own indigo with my own brand-openedx just to not see my changes reflected.
What I would like to do is to have a dynamic logo based either on domain or some query param in the url.
I found that I could modify the caddy file to redirect my apps.lms.domain.com to xyz.lms.domain.com… it works good enough for the login page which is what I want.
my idea was to show different logos based on that domain or the query params.
I know is out of the box solution, but would like to have some input/ideas of how could I approach this.
Thanks a lot!