Symmetry theme- how to change font size in mobile menu navigation?

Hello!

I am looking for a solution how to change the font size only in mobile menu navigation? More specifically, I mean reducing the size of only the last level of the mega menu. I marked it in the photo.

Theme: Symmetry
Store: https://www.drollsport.com
Password: Wixa

1 Like

Hi @elotomo

Is this also include the women sub menu?

If it is check this one.

From your Shopify admin dashboard, click on “Online Store” and then “Themes”.

Find the theme that you want to edit and click on “Actions” and then “Edit code”.

In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

@media only screen and (max-width: 767px){
.navigation__tier-3 a {
    font-size: 15px;
}
}

And Save.

Result:

1 Like

This is Noah from PageFly - Shopify Page Builder App

Hi @elotomo Please add code here to fix it:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file theme.liquid
Step 3: Add code above the tag


Hope my solution will help you resolve the issue.

Best regards,

Noah | PageFly