Re: Menu font is different in different pages

Solved

Menu font is different in different pages

rusorganic
Excursionist
21 0 8

I am facing an issue on my shopify store. Font in menu is different in home page from rest of the pages. I am sharing the link of my store. https://www.rusorganic.in/ 

Accepted Solutions (2)

SetuBridge_
Shopify Partner
263 60 84

This is an accepted solution.

Hello @rusorganic 

Greetings!!

Please follow these steps:

- Step 1: Go to Online store > Themes > Actions > Edit code->asstes->theme.scss.liquid

body, html{
font-family: Arapey,serif !important;
}

 

- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution

Shopify Partner | Shopify E-Commerce Solutions Provider

View solution in original post

MS_WEB_DESIGNER
Shopify Partner
695 52 135

This is an accepted solution.

Hi @rusorganic,

I am Ani From https://www.task4store.com/  - Shopify Small & Custom Tasks Experts ( By MS Web Designer - Top Rated Shopify Certified Experts and eCommerce Consultant from Singapore )

Here are the Solutions!

Go to Online Store->Theme->Edit code

Asset->/timber.scss.css ->paste the below code at the bottom of the file.

 

body, input, textarea, button, select {
    font-family: Arapey,serif !important;
}

 

MS_WEB_DESIGNER_0-1650538616525.png

 

If you have any concerns feel free to ask me!

Regards,
Ani

banned

View solution in original post

Replies 2 (2)

SetuBridge_
Shopify Partner
263 60 84

This is an accepted solution.

Hello @rusorganic 

Greetings!!

Please follow these steps:

- Step 1: Go to Online store > Themes > Actions > Edit code->asstes->theme.scss.liquid

body, html{
font-family: Arapey,serif !important;
}

 

- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution

Shopify Partner | Shopify E-Commerce Solutions Provider

MS_WEB_DESIGNER
Shopify Partner
695 52 135

This is an accepted solution.

Hi @rusorganic,

I am Ani From https://www.task4store.com/  - Shopify Small & Custom Tasks Experts ( By MS Web Designer - Top Rated Shopify Certified Experts and eCommerce Consultant from Singapore )

Here are the Solutions!

Go to Online Store->Theme->Edit code

Asset->/timber.scss.css ->paste the below code at the bottom of the file.

 

body, input, textarea, button, select {
    font-family: Arapey,serif !important;
}

 

MS_WEB_DESIGNER_0-1650538616525.png

 

If you have any concerns feel free to ask me!

Regards,
Ani

banned