Host CSS externally?

Jump to solution
ddumonde
Community Explorer

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?

0 Likes
1 Solution
tdw
Instructure
Instructure

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

View solution in original post

0 Likes