Difference between revisions of "Whitelabeling"
From Roaring Penguin
Line 2: | Line 2: | ||
page, place the following text after clearing the box: | page, place the following text after clearing the box: | ||
− | ===To turn off the footer banner: | + | ===To turn off the footer banner:=== |
#footer_powered { display: none} | #footer_powered { display: none} | ||
− | ===To disable users ability to change themes: | + | ===To disable users ability to change themes:=== |
form.theme-selection { display: none} | form.theme-selection { display: none} | ||
− | ===To display your logo on login page | + | ===To display your logo on login page:=== |
https://emailfilteringservice.net/canit/showtrap.php?&rlm=domain-com | https://emailfilteringservice.net/canit/showtrap.php?&rlm=domain-com | ||
Where domain-com is your realm name. | Where domain-com is your realm name. |
Revision as of 11:09, 10 November 2016
To customize your theme go to Setup->Theme Customization. In the Custom CSS properties: box at the bottom of the page, place the following text after clearing the box:
#footer_powered { display: none}
To disable users ability to change themes:
form.theme-selection { display: none}
To display your logo on login page:
https://emailfilteringservice.net/canit/showtrap.php?&rlm=domain-com
Where domain-com is your realm name.