Can't seem to change the footer heading fonts to my custom font

Solved

Can't seem to change the footer heading fonts to my custom font

littlepeachpj
Visitor
2 0 0

I am using the Symmetry app and have been using an app to change my fonts and it has worked on everything BUT my footer headings. Can anyone help me with how to code this? I tried going to the Custom CSS for the Footer section and doing the following: 

 

@font-face { font-family: 'Peaches'; src: url('https://cdn.shopify.com/s/files/1/0597/9632/4429/files/littleribbon-webfont.woff2?v=1723500901'); }

h6 {
font-family: 'Peaches'}

 

However I had no luck. Can anyone help me with how to code this and where it should go? TIA! (for reference my website is www.littlepeachpjs.com

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
9193 1843 1875

This is an accepted solution.

Hi @littlepeachpj 

Please use this code and check again.

 

.section-footer .section-footer__title { font-family: 'Peaches'; }

 

Screenshot 2024-08-15 at 08.47.06.png

 

- Helpful? Like and Accept solution!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

View solution in original post

Replies 2 (2)

Dan-From-Ryviu
Shopify Partner
9193 1843 1875

This is an accepted solution.

Hi @littlepeachpj 

Please use this code and check again.

 

.section-footer .section-footer__title { font-family: 'Peaches'; }

 

Screenshot 2024-08-15 at 08.47.06.png

 

- Helpful? Like and Accept solution!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

littlepeachpj
Visitor
2 0 0

Amazing! Thank you so much!