MicroStrategy ONE
How to Customize the Help
You can customize various aspects of the Help to suit your users' needs and to incorporate your company's branding and look and feel.
Do not customize the Help without consulting your MicroStrategy Web administrator.
Customizing the Help involves making changes to HTML and style sheet files that determine the overall functionality and appearance of the Help.
Download the Help
- Download the help from the MicroStrategy download site.
-
Navigate to the folder that contains the Help, and open one of the following folders, depending on the version of Help that you want to modify:
-
Web User Help:
WebUser\WebHelp
Select a folder depending on the language in which you want to change the display of Help pages. For example, to change the display of the Help in English, select the
Lang_1033
folder.
-
-
Administrator Help:
WebAdmin\WebAdminHelp
Modify the Help
- Navigate to
Resources\Stylesheets
, and open theMSTRDocs_Styles.css
file in an HTML editor. - To change the font of the main
heading at the top of each help topic, adjust the properties in the
h1 { }
section of the file. - To change the font of the text
in each topic, adjust the properties in the
p { }
section of the file. - To change the font of the numbered
steps in each topic, adjust the properties in the
li { }
section of the file. - To make any other changes, view the help topics in browser and use the developer tools to spot which styles need to be changed in
MSTRDocs_Styles.css
.