I am using the Dawn theme
-
I want to change the menu font to Bold
-
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
I am using the Dawn theme
I want to change the menu font to Bold
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
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community!
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
Many thanks
KD
sorry but i can’t see any link
Hi Ketan,
Can you help me with this please?
@TheWebShed can you please check your theme setting may be allow this option if don’t find please add this code
.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
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; } }