Make font on side drop down menu smaller - DAWN THEME

Hello!

My URL is www.willowrhode.com

I want the font on mobile side bar menu a little but smaller but unsure how.

Also, on that same side menu is there a way to remove the right arrows and have them be a + instead?

THANKS IN ADVANCE

1 Like

@jennarose

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
.menu-drawer__menu-item, .menu-drawer__close-button {font-size: 12px !important;}
2 Likes

it worked! Thank you.

Is there away to remove the white space over “home” on the side bar menu as well?

1 Like

@jennarose

yes, please add this code

.menu-drawer__navigation {
    padding-top: 0 !important;
}
1 Like

Thanks so much! you’re great and always reply so quickly.