White label/rebrand your Pro paper! Hide the standard Paper.li header (menu icons) and standard footer
Requirement
This feature is available for Pro papers with a custom domain URL.
Hide standard header (menu icons) and/or footer
-
From your Paper Settings Dashboard > Web Newspaper > Layout & appearance, then Look & feel.
-
Turn custom header toggle to ON which will hide the Paper.li Main Menu
(upper left) from your readers.
-
Turn custom footer toggle to ON, in order to hide the paper.li footer.
If you are editing your paper via a mobile device, add /signin to the end of your paper URL and bookmark the URL for easier access. Adding the suffix /signin will activate the log-in in place of pressing "ESC" on your keyboard. Turning the custom footer to ON hides the custom footer but replaces it with a "powered by paper.li" footer. The "powered by paper.li" footer can be removed by adding some code to your CSS editor (see below for instructions).
|
Remove the "powered by Paper.li" footer *
The "powered by paper.li" footer can be hidden as well with the use of some CSS code. This footer appears when you have turned ON the custom header toggle.
-
From your Paper Settings Dashboard > Web Newspaper > Layout & appearance > Look & feel > Custom CSS to access your CSS editor.
-
Copy and paste the following CSS code in the window
/* Hide the "Powered by Paper.li" at the footer */
.paper-footer {
display:none;
}
- Click
.
* Standard Paper.li Header includes Paper.li Main Menu and Paper Settings icons
Main Menu icon (upper left)
Paper Settings icon (upper right)
* Standard paper.li Footer
* "Powered by paper.li" Footer (only shows when custom header is turned to ON)
Haven't taken the Pro plunge yet for $9 USD/month? Go PRO!
Last update: Julia Yaziji June 1, 2017
Comments