Whitelabeling
From Roaring Penguin
Revision as of 08:13, 3 October 2014 by MCoyne (talk | contribs) (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 …")
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}