How can I change the menu and store name font in the Dawn theme?

I am using the Dawn theme

  1. I want to change the menu font to Bold

  2. On the top of the home page it displays the name of my store, i want to change the font of that too.

Please help.

Thank you

1 Like

@TheWebShed

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Hello Ketan,

Thank you for your prompt response.

Here is the link
thewebshed <>

I want to be able to

  1. Customize the font items
  2. customize the font on the top where it says the shop name.

Many thanks
KD

1 Like

@TheWebShed

sorry but i can’t see any link

Hi Ketan,

Can you help me with this please?

1 Like

@TheWebShed can you please check your theme setting may be allow this option if don’t find please add this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
.header-wrapper .header__menu-item.header__menu-item {
    font-size: 15px !important;
}

hi ketan

thank you that helped.

HOW can i change the font color.

Also i want to get rid of the number 1 in the photo attached/

thank you

1 Like

@TheWebShed

yes, please add this code same file

.header-wrapper .header__menu-item.header__menu-item {color: #1b92ee;} /* change color as u like */

Hi Ketan, unfortunately, your solution did not work out for me, looking forward to your reply. Thank you!

I have come up with a solution for the newest Dawn theme.

Just paste the below code just above the

on the theme.liquid file .header__menu-item{ font-size: 16px !important; font-weight: bold; } @media (max-width: 749px){ .menu-drawer__menu-item{ font-size: 16px !important; font-weight: bold; } }