Problems with changing the dropdown menu font size?

Show More

Hello, I was able to figure out how to change the Nav font size but I can’t seem to get the Drop Down Font size to change. I have tried just about everything. This a custom template that was purchased and I am trying to alter a little.

Nav font change I used this:

}

.site-nav a{

font-size: 18px;

}

Any help with the the Nav Drop Down menu font would be great!

https://envision-aviation.myshopify.com/

Pass: 123456

@heathmoore , do this to fix it in 20 seconds:

  1. In your Shopify Admin go to: online store > themes > actions > edit code
  2. Find Asset > theme.css and paste this at the bottom of the file:
[class*='site-nav__dropdown']{
    font-size: 12px !important;
    
}

If it helps you please click on the “like” button and mark this answer as a solution!

Thank you.

Kind regards,
Diego

1 Like

That worked perfect!!! Thank you for the help spent all day trying to figure that out.

Another question now is how do I do the same to the mobile version? Is it the same code?