Zum Inhalt

CCP Branding

You can adapt your CCP Theme+Branding at Reselling > Branding.

The domain can not be changed by you, if you need a custom domain change, please contact us.

You can controle which features a end-user can see/has access to by Feature Flags. This includes things like SDN (L2VPN+L3VPN Networks), Allowing multiple organizations, Limit-Requests (still reviewed by realtoxmedia staff!) and "SSO-only" etc.. SSO-only means, that only the impersionation buttons/URLs are the only way a customer can login to the portal. If you disable it, a customer can also login with email+password.

Note that your users can only access the CCP on your Domain/Branding. The Enduser-Accounts across brandings are fully seperated.

Design/Theming

For some easy customization you can set a primary color, this is mostly used for e.g. Buttons, Highlighting and other UI elements.
Furthore, you can specify a custom color palette to use. You can generate one with the mantine color generator, just paste the JSON output into the input. This currently is not used in a lot of places, but we are working on expanding it.
The Logo must be a (publicly accesible) URL to a PNG/SVG image. We recommend placing it on a CDN. You can also directly inject custom css for more advanced theme adjustments. The frontend is written in ReactJS+Mantine. Dont use any of the dynamic css selectors like m_abc1234 and so on, these are replaced on every update.

Custom CSS Limits

We currently enforce these limits for custom css: - Max 20000 characters - No @import, expression(), javascript:, data: and some other potentially dangerous things - Only @-rules that are allowed, are @media and @supports - Your selector must include .customer-theme-root. If you need any of these limits lifted/adjusted, contact us with your use-case and the source code.