The look, feel, and functionality of your pages can be modified by adding custom css and JavaScript files in your page/site settings.
→ Details: Page settings
→ Details: Site settings
Customizations are your responsibility to develop, maintain, and fix
There isn’t a way for Cascade admins or template admins to be centrally aware of your customizations and, as such, those customizations can’t be accounted for as the template evolves.
Tips for creating custom css
Use ID and class selectors whenever possible
Provide meaningful IDs and classes to your pages, content groups, rows, and widgets. Use these IDs and classes for your css selectors.
Avoid template IDs, classes, and elements in selectors
IDs, classes, and elements generated by the template may change as the template evolves, increasing the risk that your customizations will break over time.