How to adjust navigation drop down menu font size?

Hi there, I was wondering if there’s any way that I could adjust for smaller font size and spacing for the nav drop-down menu. I’ve attached a screenshot for reference, and the theme I am using is ENVY.

Any advice would be appreciated!

1 Like

Hello, @TaoBos

Welcome to the Shopify community!
and Thanks for your Good question.

Please share your site URL,
So I will check and provide a solution here.

1 Like

Hi KetanKumar,

The link is taosbeauty.com

Best,

Tao

@TaoBos

Thanks

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.mini.css.liquid->paste below code at the bottom of the file.
a.dropdown-submenu__link {
    font-size: 11px; /* change font size as you like */
}
1 Like

Thanks!

1 Like

@TaoBos

Thanks for update and support.

1 Like