@jsme_45
Sorry if my wording is a bit confusing.
There is only one root account and it's located at this URL: /accounts/1.
Any other accounts created (E.g /2 onward) will inherit custom CSS/JS from that root /1 account regardless of how you structure it.
E.g. (anything beside /accounts/1 will always inherit custom CSS/JS from it)
- XYZ University - Headquarter (/accounts/1)
- Business (accounts/3)
- Law (/accounts/4)
- Accounting
- Art
- Literature
- History
- Design
- Sport
- XYZ University - Planet Earth Campus (/accounts/2)
- Business
- Art
- Sport
Thus, to work around without root account admin intervention, you can try to use !important in your custom CSS to override custom CSS rules from your root account
E.g.
header#header {
padding-right: 0.2px !important;
}
However, anything under the "Edit" tab can be changed for each individual account (Except Login Screen and Watermarks & Other Images (maybe))

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.