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
Hello @moodoils
You can add code by following these steps to make submenu item size reduced
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
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