It is possible to change CSS style for sub-accounts, owned by different customers.So accounts will see the difference in colors and style between different resellers. CSS stylesheet code can be configured in "CSS" field for customer. The stylesheet should override definitions in Sippy default CSS style (/styles.css)

The same can be done for login screen (when the user has not yet signed in, so we don't know the reseller yet), in this case you should have DNS configured for different Customers. For example you have 2 Customers, that should have different style, your actions are:

  • configure DNS record, for example reseller1.somedomain.com to point to your Sippy IP address.
  • configure DNS record, for example reseller2.somedomain.com to point to your Sippy IP address. 
  • open Customers page, navigate to needed Customer, in its Advanced Parameters open Customer Mods.
  • configure CSS styles and DNS aliases for customers accordingly.


Example of CSS:

body {
  background-color: green;
}

h2 {
  colour: blue;
  background-color: yellow;
  border: 1px solid black;
}

option {
  colour: blue;
  background-color: yellow;
  border: 1px solid black;
}

td {
  text-decoration: underline;
  colour: red;
  background-color: yellow;
  border: 1px solid black;
}



Some additional branding options can be found here:

https://support.sippysoft.com/a/solutions/articles/77907 


Availability
Sippy Softswitch 2.2