The Instructure Community will enter a read-only state on November 22, 2025 as we prepare to migrate to our new Community platform in early December.
Read our blog post for more info about this change.
We have created a template using custom CSS added at the subaccount level. When we attempt to move a course to another subaccount, features of the template no longer work correctly. We do not have access to custom CSS in the other subaccount (and don't want to be responsible for managing it).
Is there a method to host CSS externally? How could we call that external CSS from our template so that it operates correctly without having to edit the subaccount's CSS?
Solved! Go to Solution.
Hello @ddumonde ,
In theory there are two ways you could accomplish hosting the CSS externally:
1) Use a CSS @import to shim it into your loaded CSS
2) Use JS to add a link element to the page pointing to your CSS file
Hello @ddumonde ,
In theory there are two ways you could accomplish hosting the CSS externally:
1) Use a CSS @import to shim it into your loaded CSS
2) Use JS to add a link element to the page pointing to your CSS file
Community helpTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign inTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign in
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.