How to increase font size in drop down menu

Hello,

I seem to be having an issue with the dop-down font.

Please have a look at the screenshot below. I’m using a customized theme.

Thanks in advance.

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

Hello Pallavi,

Thanks for checking in on the issue. Here’s the link (https://www.med-ix.com/) to access the site.

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >dt-framework.css and paste this at the bottom of the file:
ul.dt-sc-list-inline > li:not(.has-mega-menu) ul.sub-menu-lists > li > a {
font-size: 1.1em!important;
}
1 Like