How do I shrink the font size of the header? It’s already as small as it can go.
Thanks!
A user seeks to reduce header font size beyond the theme’s default minimum setting.
Two solutions provided:
BSS-TekLabs approach:
.header__heading span { font-size: 12px !important; }Made4uo-Ribe approach:
.nav.header__inline-menu a { font-size: 20px; }Both solutions involve adding custom CSS code to override default theme settings. Screenshots demonstrate the navigation steps and expected results. The discussion remains open with no confirmation from the original poster on which solution worked.
.header__menu-item span {
font-size: 12px !important;
}
Check this one.
nav.header__inline-menu a {
font-size: 20px;
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!