Second level nested menu font is the same size as main menu headers

Hi,

My shopify second level nested menu appears the same size as the main menu - can anyone advise. My theme is Motion MoodOils Test - Based on V 1.0

The initial menu headers are great, drop down levels are smaller which is great - but when you click again to drop down under the category the text is exactly the same as the initial header

Hello @moodoils
please share your store URL so i can suggest you some solution for this

www.moodoils.co.uk

Hello @moodoils

You can add code by following these steps to make submenu item size reduced

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.mobile-nav__grandchildlist a.mobile-nav__link { font-size: 1.3rem !important; }

amazing thankyou so much. legend