Make dropdown menu text smaller

Solved

Make dropdown menu text smaller

ellacoker
Shopify Partner
266 1 63

Hello,

I would like to make my dropdown menu text smaller. How do i code this? Thank you

 

Ella.

URL: https://www.livwithin.com.au/

PW: pewpog

Screenshot 2025-03-20 at 13.46.09.png

Accepted Solution (1)

DaisyVo
Shopify Partner
4385 486 579

This is an accepted solution.

Hi @ellacoker 

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

 

ul.menu-drawer__menu.has-submenu.list-menu li a {
    font-size: 13px !important;
}

 

Result 

DaisyVo_1-1742443196789.png

 

 

Best,

DaisyVo

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

View solution in original post

Replies 3 (3)

Bundler-Manuel
Astronaut
956 47 110

Hi there Ella @ellacoker  I believe this code should help you sort it out 

<style>
.mega-menu[open] .mega-menu__content, .header header-drawer #menu-drawer {
background: #f9e9c5 !important;
}
.mega-menu[open] .mega-menu__content .mega-menu__list .mega-menu__link {
font-size: 25px !important
}
</style>

Feel free to change the number 25 and color #f9e9c5 to any other number and color you want for the text. 

Emmanuel
Please let me know if it works by marking it as a solution!
Bundler - Product Bundles app, a great bundle app for Shopify, with glowing user testimonials and a free plan.

DaisyVo
Shopify Partner
4385 486 579

This is an accepted solution.

Hi @ellacoker 

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

 

ul.menu-drawer__menu.has-submenu.list-menu li a {
    font-size: 13px !important;
}

 

Result 

DaisyVo_1-1742443196789.png

 

 

Best,

DaisyVo

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

Dotsquares
Shopify Partner
381 22 52

Hi @ellacoker This can be achieved by adding Custom CSS to the theme 

1) In the Shopify Admin go to Online Stone and select the Themes option and Code
2) Open the base.css or theme.css based on the theme in Assets Folder.
3) Add the Css 

 

/* Reduce dropdown menu font size */
.site-nav__dropdown li a {
font-size: 14px !important; /* Adjust size as needed */
line-height: 1.4; /* Improves readability */
}

 

Let me know if this works for you.

Dotsquares Ltd


Problem Solved? ✔ Accept and Like solution to help future merchants.


Shopify Partner Directory | Trustpilot | Portfolio