Re: Changing Menu Font Size

Solved

Changing Menu Font Size

StellarFae
Excursionist
41 0 9

Hello!

I would like to change the font size of The Menu and Drop Down Menu. I can't seem to do this in the theme editor using typography selections. 

Any help would be greatly appreciated. 

 

Screenshot 2024-07-29 1.17.23 PM.png

Accepted Solution (1)

Guleria
Shopify Partner
3397 677 958

This is an accepted solution.

Hello @StellarFae ,

 

Follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your base.css file and paste the following code at the bottom:

.list-menu__item {
    font-size: 12px !important;
}

 

Thanks

- If helpful then please Like and Accept Solution.
- Drop an email   if you are looking for quick fix or any customization ( paid services )
- Email: guleriathakur43@gmail.com
- Try GEMPAGES a great page builder

View solution in original post

Replies 2 (2)

Guleria
Shopify Partner
3397 677 958

This is an accepted solution.

Hello @StellarFae ,

 

Follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your base.css file and paste the following code at the bottom:

.list-menu__item {
    font-size: 12px !important;
}

 

Thanks

- If helpful then please Like and Accept Solution.
- Drop an email   if you are looking for quick fix or any customization ( paid services )
- Email: guleriathakur43@gmail.com
- Try GEMPAGES a great page builder
StellarFae
Excursionist
41 0 9

This worked, Thank you!