Host a Docs Stylesheet on Dropbox - Help Scout Support

Description: Docs gives you the ability to specify an external stylesheet, which can be used to modify the design of your public website. Check out Customize Your Docs Site

Content: Host a Docs Stylesheet on DropboxDocs gives you the ability to specify an external stylesheet, which can be used to modify the design of your public website. Check outCustomize Your Docs Sitefor more information on how to set your custom CSS. This article specifically shows how to reference a stylesheet hosted onDropbox.Note:Hosting the CSS file in your own web hosting space or uploading the file directly to Docs settings are preferable options to hosting on Dropbox. This article is not a recommendation to host with Dropbox, we are just providing the extra steps you'll need to take if you decide to do so.1Create your CSS file and save it with a.cssextension. Save this file in the Dropbox folder on your computer or upload the file using the Dropbox web app.2Navigate to the file you saved in the Dropbox web app. Click the 3 dots on the right side of the file and chooseShare. ClickCreate LinkthenClose. If you are using Dropbox Business or Professional, you will also need to clickLink Settingsand change the Link Access setting to Anyone.3Head over to yourDocs Settingspage and click into theCustom Codesection. Paste the URL you just copied into theCustom Stylesheet URLfield. But wait, there's more: this next part is super important!The link you just pasted looks something like this:https://www.dropbox.com/s/19kh2r77nipor2w/test.css?dl=0You need to change thewwwin the URL todl, and remove the ?dl=0 from the end so it looks like this:https://dl.dropbox.com/s/19kh2r77nipor2w/test.cssThis allows Docs to access thesourceof the file rather than the Dropbox page for the file. Click theSavebutton at the bottom of the page when you're finished.If you have the Dropbox app installed on your computer, start editing the CSS as desired from the Dropbox folder. When you save the file, Dropbox will sync the changes automatically. You can refresh your Docs public site to see those changes take effect.

Visit Help Center