Help needed changing my footer heading font

Help needed changing my footer heading font

PoW8
Explorer
73 1 14

Hey, anyone have a code to change the font style and size of my footer headings? I’m using the Ira theme.

IMG_4051.jpeg

 I recently got a code

 

It was working fine until it randomly started showing this font no matter what I changed it to…

IMG_4041.jpeg

I’ve been trying to alter the code and swap it with different versions of font style changing codes I’ve found but this keeps happening.

 

printsofwhatever.com

password: teunto

 

thanks in advance 

 

Replies 2 (2)

PageFly-Oliver
Shopify Partner
878 190 187

Hi @PoW8 ,

 

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: Paste the below code at the bottom of the file -> Save

 

<style>
.footer__heading{
font-size:your font size;
font-family: your font family;
}
</style>

 

 

Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

PoW8
Explorer
73 1 14

IMG_4055.jpeg

 It happened again 🤔 I typed my font-family as “Mono”… am I doing that wrong?