We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Re: Resize the weight of the mega menu

Resize the weight of the mega menu

Detailking
Tourist
12 0 4

I would like to resize the font in the mega menu. Anyone can help me with this?

Replies 3 (3)

Made4uo-Ribe
Shopify Partner
10211 2427 3080

Hi @Detailking 

Do you mean reduce the font-weight? YOu have the code on the theme.liquid. Try this one if it work, if not you need to locate that code. 

Made4uoRibe_0-1729627031369.png

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. 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:

 

<style>
.header .header__menu-item.list-menu__item {
    font-weight: 400 !important;
}
</style>

 

 4. And Save.

5. Result:

Made4uoRibe_1-1729627162674.png

 

 

 

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

PageFly-Richard
Shopify Partner
5011 1120 1806

 

Hi @Detailking 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
header.header .header__menu-item.list-menu__item {
    font-weight: 400 !important;
}
</style>

PageFlyRichard_0-1729648516003.png

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly 

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

Detailking
Tourist
12 0 4

thanks for your solution. I think my explanation isn't right. I want to change the size of the text when you open the mega menu. Can you also help me with that?