Custom Styling
Customize your Mintlify site in mint.json
Global Settings
Name of your project. Used for the global title.
Example: mintlify
Branding
Path to logo image or object with path to “light” and “dark” mode logo images
Path to the favicon image
Hex color codes for your global theme
Sections
An array of the anchors, includes the icon
, color
, and url
.
Override the default configurations for the top-most anchor.
An array of navigational tabs.
Backgrounds
Customize the dark mode toggle.
Custom CSS
This feature is only available on the growth plan+.
Add any number of CSS files to your repository and the defined class names will be applied and available across all of your MDX files.
Core UI Identifiers
Core parts of the UI are also configurable by adding CSS styling to the following
Ids | Native HTML Components |
---|---|
topbar-cta-button | footer |
Discover more ways to customize the UI by navigating to your docs in the browser and right clicking and pressing “Inspect” and finding matching ids or classes for the component you want to style.