How to change Menu and footer newsletter Font Weight - Dawn theme

Hello!

May i ask you how can i change the font weight only in the header menu? (Not the mega menu links, Just the text in the header menu.)

Also how can I change the font-weight above the subscribe to newsletter box in the footer?

Trying to change it to normal (400) but nothing seems to work.

Im using a Dawn Theme.

Thanks in advance.

Hallo @Monster1587

You can add code by following these steps to change

  1. Go to Online Store → Theme → Edit code > base.css(at bottom)

a.header__menu-item.list-menu__item.link.link--text.focus-inset {
font-weight: 600 !important;
}

If you require any further information, feel free to contact me.

Best regards,

Hi,

this didnt change it for me.

Are you able to help me more?

send preview link

Hello @Monster1587

Once you Log in to the Admin, then process the following steps:

Step 1: Go to Dashboard ->Online Store ->Theme-> Action->Edit code->

Step 2: Search the file base.css

Step 3: Paste the below CSS at bottom of the file → Save

.header__menu-item span {
  font-weight: 400 !important;
}

Output:

If you find our reply helpful, please hit Like and Mark it as a Solution.

An award-winning North American Shopify Development Agency That Delivers Powerful Results, Innovation, and Secure Digital Transformation.

Hi @Monster1587

You can try this code by following these steps:

Go to Online store => themes => actions => edit code and add this code on file theme.liquid before tag


Hope this answer helps.

Best regards,

Victor | PageFly

Hi @Monster1587 ,

Glad to support you today.

You can check out my suggestion below to get your concern resolved.

  1. Go to Edit code on Online Store:

  1. add my code above the tag on Theme.liquid:

Eg:

I hope you find the answer helpful.

Kind & Best regards,
GemPages Support Team.

Hello and thanks for this solution!

Worked perfectly for me and it changes exactly what i want.

:heart: