Hello!
I would like to change the font size of The Menu and Drop Down Menu. I can’t seem to do this in the theme editor using typography selections.
Any help would be greatly appreciated.
Hello!
I would like to change the font size of The Menu and Drop Down Menu. I can’t seem to do this in the theme editor using typography selections.
Any help would be greatly appreciated.
Hello @StellarFae ,
Follow these steps:
Go to Online Store → Theme → Edit code
Open your base.css file and paste the following code at the bottom:
.list-menu__item {
font-size: 12px !important;
}
Thanks
This worked, Thank you!