diff --git a/customize/custom-scripts.mdx b/customize/custom-scripts.mdx index 6a4e508a2..00deccbda 100644 --- a/customize/custom-scripts.mdx +++ b/customize/custom-scripts.mdx @@ -190,7 +190,14 @@ Multiple instances of these elements can appear on a page. Use these as `value` - `breadcrumb-item`: Individual breadcrumb item. - - `nav-logo`: Logo in the navigation bar. + - `nav-logo`: Logo image in the navigation bar. To override its default size utilities, target `img.nav-logo` and use `!important`. + + ```css + img.nav-logo { + height: 3.75rem !important; + width: auto !important; + } + ``` - `navbar-link`: Link element within the navigation bar. - `nav-anchors`: Container for anchor links in the topbar. - `nav-anchor`: Individual anchor link in the topbar.