Skip to main content
Feedback

Loading Additional Stylesheets

The Portal only allows you to load a single stylesheet by default under Manage > Portal > Portal Settings in the API Control Center.

There are two techniques you can use to load additional stylesheets.

  1. Load additional stylesheets using the m$.loadCSS() method and an appropriate event hook.

  2. Load it synchronously by posting the following hack into the Head JavaScript field of the Inline JavaScript section under Manage > Portal > Portal Settings in the API Control Center.

    </script> <link rel="stylesheet" href="/files/your-stylesheet.css" media="all"> <script>