Hello Emilyaugstudios,
It’s good practice to create a copy of your theme and work on that to preview the changes before applying, especially if you are editing the raw code. Alternatively, you can also use the Shopify theme editor’s versions to revert to previous versions, but it is not recommended if you are making multiple changes.
Now to answer your specific question on how you can change the mega menu text size, please follow the below steps:
- Open the code editor, as shown in the screenshot below:
- Create a snippet called ‘custom-menu-styles’ and add the below code:
- Include the ‘custom-menu-styles.liquid’ file in your “theme.liquid” file.
Add the following include code to your theme.liquid file.
{% render 'custom-menu-styles' %}
It would look something like below:
- Please see the screenshots below for reference, which highlight the components mentioned in the CSS code:
- Done? Now save the file, and try previewing to confirm if the changes work for you.
I hope this helps!
Regards,
Abhishek from Swym



