Changing Menu Font Size

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:

  1. Go to Online Store → Theme → Edit code

  2. 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!

1 Like