Difference between revisions of "Whitelabeling"
From Roaring Penguin
(Created page with "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: To turn …") |
|||
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 | ||
+ | https://emailfilteringservice.net/canit/showtrap.php?&rlm=domain-com | ||
+ | Where domain-com is your realm name. | ||
<div style="float:right; clear:both; margin-right:0.5em">[[Support Wiki | [Home]]]</div> | <div style="float:right; clear:both; margin-right:0.5em">[[Support Wiki | [Home]]]</div> | ||
[[category:All]][[category:Configuration]][[category:Theming]] | [[category:All]][[category:Configuration]][[category:Theming]] |
Revision as of 11:07, 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:
===To turn off the footer banner:
#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.