Focal Theme: Make Price Total Font at Cart Page Larger

Solved

Focal Theme: Make Price Total Font at Cart Page Larger

hdkingy
Excursionist
46 0 18

Hello, we are looking to make this font larger. Thank you!

 

Screenshot 2025-03-01 at 12.26.49 PM.png

Accepted Solution (1)
Moeed
Shopify Partner
6972 1880 2296

This is an accepted solution.

Hey @hdkingy 

 

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>
.cart__total-container span.heading.h6:nth-child(2) {
    font-size: 23px;
}
</style>

RESULT:

Moeed_0-1740857309852.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


View solution in original post

Replies 3 (3)

LizHoang
Shopify Partner
1250 158 196

HI @hdkingy 

 

You can follow this instruction:

1. Go to Shopify > Theme > Customize

2. Copy and paste this code on Theme settings > Custom CSS section

span.heading.h6 {
    font-size: 20px;
}

 

Result: 

 

LizHoang_0-1740854142552.png

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program
hdkingy
Excursionist
46 0 18
Yes, the url is:
https://pondstream.com/cart
Moeed
Shopify Partner
6972 1880 2296

This is an accepted solution.

Hey @hdkingy 

 

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>
.cart__total-container span.heading.h6:nth-child(2) {
    font-size: 23px;
}
</style>

RESULT:

Moeed_0-1740857309852.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