Re: Change font of header navigation menu

Solved

Change font of header navigation menu

orchiworld
Shopify Partner
30 0 5

DAWN THEME 

 

change font.png

 

Any one knows how to change the font of the header menu? 
Please see the photo for reference

Accepted Solutions (2)

BSSCommerce-HDL
Shopify Partner
2305 835 910

This is an accepted solution.

Hi @orchiworld

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

 

.header__menu-item span {
    font-size: 20px;
    font-family: "Mulish", sans-serif;
    font-weight: bold;
    letter-spacing: 0px;
}

 

Hope this can help you 😍

 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

BSSCommerce-HDL
Shopify Partner
2305 835 910

This is an accepted solution.

Hi @orchiworld

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

 

.menu-drawer__menu-item {
    font-size: 22px;
    font-family: "Mulish", sans-serif;
    font-weight: bold;
    letter-spacing: 0px;
}

 

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  😍

 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 5 (5)

BSSCommerce-HDL
Shopify Partner
2305 835 910

This is an accepted solution.

Hi @orchiworld

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

 

.header__menu-item span {
    font-size: 20px;
    font-family: "Mulish", sans-serif;
    font-weight: bold;
    letter-spacing: 0px;
}

 

Hope this can help you 😍

 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

orchiworld
Shopify Partner
30 0 5

This is great! This worked on desktop version. 

However, how do I update it on mobile as well? 

BSSCommerce-HDL
Shopify Partner
2305 835 910

This is an accepted solution.

Hi @orchiworld

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

 

.menu-drawer__menu-item {
    font-size: 22px;
    font-family: "Mulish", sans-serif;
    font-weight: bold;
    letter-spacing: 0px;
}

 

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  😍

 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

orchiworld
Shopify Partner
30 0 5

Both solutions worked perfectly. Appreciate your prompt attention to this. Thank you! 

BSSCommerce-HDL
Shopify Partner
2305 835 910

@orchiworld, No problem. Have a good day 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now