[ARCHIVED] Host CSS externally?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2020
08:51 AM
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.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2020
11:18 AM
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
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.