Re: How can I adjust thickness of header main menu and links in mega menu

Solved

How can I adjust thickness of header main menu and links in mega menu

Aleksander22
Explorer
115 0 40

Hi,

I was wondering how can I change thickness of header main menu and i have no clue. First thing is that i want to change is thickness in header main menu like make it more bold like on this picture:

Aleksander22_0-1721000521803.png

And the second thing is about mega menu links I want them to look lighter than on this picture:

Aleksander22_1-1721000691779.png

I would be really greatfull for help

Accepted Solution (1)
AnneLuo
Shopify Partner
922 172 195

This is an accepted solution.

Oh, please change the code like below.

<style>
.header__menu-item span {
   font-weight: bolder !important;
}
.mega-menu__link--level-2 {
    font-weight: 700 !important;
}
.mega-menu__link.link {
    font-weight: lighter;
}
</style>

 

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

View solution in original post

Replies 7 (7)

AnneLuo
Shopify Partner
922 172 195

Hi, @Aleksander22 

Please share the store URL so that I can assist you.

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

Aleksander22
Explorer
115 0 40

Thanks for help @AnneLuo 
Here is link:  https://112479-08.myshopify.com

 

And Password: mowfla

AnneLuo
Shopify Partner
922 172 195

You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code above the </head> tag

<style>
.header__menu-item span {
   font-weight: bolder !important;
}
.mega-menu__link{
  font-weight: lighter !important;
}
</style>


Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

Aleksander22
Explorer
115 0 40

Thanks for respond @AnneLuo  but now the links are the same thicnkess as categories like here

Aleksander22_0-1721033055691.png

 

AnneLuo
Shopify Partner
922 172 195

This is an accepted solution.

Oh, please change the code like below.

<style>
.header__menu-item span {
   font-weight: bolder !important;
}
.mega-menu__link--level-2 {
    font-weight: 700 !important;
}
.mega-menu__link.link {
    font-weight: lighter;
}
</style>

 

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

Aleksander22
Explorer
115 0 40

Thanks that was really helpfull 

AnneLuo
Shopify Partner
922 172 195


I'm glad to solve your problem. If this is helpful, please Like and Accept the solution. Thanks.

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee