Footer Font

Hello, all the font in the Ira theme is mapped to “body”. Would it be possible to for a code to change only the font and size of these underlined parts while also only changing the color of the smaller text to a light gray?

pw:teunto

Thanks and sorry if I’m a bit ignorant, how exactly do I add font-family css? Do I type “font-family css:” in between the brackets followed by the font name?

Thanks again, both work perfectly fine.

1 Like

Maybe there’s lag, I marked both before replying.

1 Like

Consolidated code for style & size:

.footer__heading { font-size: 18px; font-family : Neue Aachen; }

Hey, sorry to bother you but the codes were work perfectly fine. I even consolidated the 2 into one and removed the color change aspect as I decided I didn’t need it… that version of the code worked fine as well… until out of seemingly nowhere the heading fonts switched to this…

I deleted the code tried again, same result. Even with your 2 original codes I started getting same results. I even tried with a version of my theme where it would be the only custom code. So I’m confused now. I had also tried replacing the “font-family” line with this from the a Shopify doc

(this version of the line made font name colored instead of black like most variables meant to be changed but still nothing). Any possible way there’s another code to change the heading font and size only?

Consolidated code for font style & size

.footer__heading { font-size: 18px; font-family : Neue Aachen; }