Header main menu item text customization Dawn theme

Hi!
How can i change the word ‘‘tshirt’’ to bold? Or if I could change the header text all in the same bold style that would be helpful too.

Thanks :slightly_smiling_face:

Hi @cozyspirit

Can you provide your website to provide a specific code for you?

Hi,

To change the Menu List item link font weight in Dawn theme, please add the code below to assets/base.css file.

/* Menu Item List Menu Link Font Weight */
summary.header__menu-item.list-menu__item.link.focus-inset {
    font-weight: 700;
}

Change the font-weight (700) above to your needs.

Hope it helps.

Thanks.

@cozyspirit

My pleasure to help you.
Welcome to the Shopify community!
Please share your store URL!
I will check out the issue and provide the correct solution to you!

Thanks!

Hello!

Thanks for your help! I tried it and it worked!