How come the font doesn't change in my footer and testimonials?

hello, I changed my font in theme settings and it changed everywhere except my footer and my testimonials, how can I fix that?

https://sugarhai.myshopify.com/

thank you!

Hi @sugarhai ,

Please share your store URL and if your store is password protected then please provide password too.

So that we can help you.

Thank you.

1 Like

added, thank you

Hi @sugarhai ,

we checked, body font and heading font are different. What fonts do you want them all to be?

1 Like

I just wanted them to match for now, I know how to change the body font in my theme settings but for some reason it didn’t change ALL the fonts only some? thank you for looking

Hi @sugarhai ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css->paste below code at the bottom of the file:
body {
    --heading-font-family: Montserrat, sans-serif !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

1 Like