How to change font weight in header menu (DAWN)
1 Like
Hi @NOT1 ,
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above tag:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you ![]()
Thanks
1 Like
Hello @NOT1
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file base.css, theme.css, styles.css, custom.css or theme.scss.liquid
Step 3: Insert the below code at the bottom of the file → Save
.list-menu .list-menu__item {
font-weight: 600;
}
Best Regards,
Dws_pvt_ltd
@NOT1 , No problem. Have a good day ![]()