Custom font newsletter section footer

Solved

Custom font newsletter section footer

emilyaugstudios
Pathfinder
122 1 58

Hey everyone, I would like to change the font of my newsletter section title within the footer, where it shows '10% off your first order' – Each time I have tried to do this it either doesn't work or changes the font in the title/description on the left too, which I don't want to change.

 

This is the font family I am trying to update it too, any help would be appreciated as I can't quiet figure out what I am missing 🙂

 

{
font-family: 'PPEditorialNew-Italic', serif !important;
}

 

URL – https://pantee.co.uk/?_ab=0&_fd=0&_sc=1&preview_theme_id=144118972631

Screenshot 2024-09-04 at 12.06.25.png

Accepted Solution (1)
Tech_Coding
Shopify Partner
514 132 131

This is an accepted solution.

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
  .section-footer__newsletter-block .section-footer__title.heading-font.h6 {
      font-family: 'PPEditorialNew-Italic', serif !important;
  }  

</style>

Tech_Coding_0-1725449473566.png

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

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.

View solution in original post

Replies 4 (4)

Moeed
Shopify Partner
6964 1878 2295

Hey @emilyaugstudios 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.section-footer__title.heading-font.h6 {
    font-family: 'PPEditorialNew-Italic' !important;
}
</style>

RESULT:

Moeed_0-1725448543430.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


emilyaugstudios
Pathfinder
122 1 58

Hi @Moeed thank you for the reply. Unfortunately I have tried this code already, and it does work, however it also changes the title on the left 'BRAND TITLE OR TAGLINE' which I don't want it to effect.

Tech_Coding
Shopify Partner
514 132 131

This is an accepted solution.

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
  .section-footer__newsletter-block .section-footer__title.heading-font.h6 {
      font-family: 'PPEditorialNew-Italic', serif !important;
  }  

</style>

Tech_Coding_0-1725449473566.png

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

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.

Made4uo-Ribe
Shopify Partner
10036 2386 3012

Hi @emilyaugstudios 

check this one. 

 

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

.section-footer__row__col.section-footer__newsletter-block .section-footer__title.heading-font.h6 {
    font-family: "SweetSansPro-Regular", sans-serif !important;
}

 

And save. 

Result:

Made4uoRibe_0-1725452137670.png

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.