Font size

Solved

Font size

losgatos
Excursionist
18 1 3

I'm using the Shopify Boost  template.

 

How can I reduce the font size of the price display?

 

 

スクリーンショット 2024-10-12 午前6.35.45.png

Accepted Solutions (2)

BSSCommerce-B2B
Shopify Partner
1972 564 568

This is an accepted solution.

@losgatos

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

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

 

<style>
.product-detail__price.product-price .theme-money.large-title {
  font-size: 24px!important;
}
</style>

 

 

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

View solution in original post

BSSCommerce-B2B
Shopify Partner
1972 564 568

This is an accepted solution.

@losgatos, Glad to hear that 😊 If it helps you, please like and mark it as the solution. Thanks 😍

 

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

View solution in original post

Replies 6 (6)

BSSCommerce-B2B
Shopify Partner
1972 564 568

This is an accepted solution.

@losgatos

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

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

 

<style>
.product-detail__price.product-price .theme-money.large-title {
  font-size: 24px!important;
}
</style>

 

 

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

losgatos
Excursionist
18 1 3

I tried various things, but nothing changed. However, when I made the adjustments as you instructed, the font size decreased.

Thank you!

losgatos
Excursionist
18 1 3

I would like to change the font style to 'Montserrat' specifically for the product title and price. Could you please advise? Boost  template.

BSSCommerce-B2B
Shopify Partner
1972 564 568

@losgatos, of course, change the previous code like this

 

<style>
.product-detail__price.product-price .theme-money.large-title {
  font-size: 24px!important;
}
.product-detail__title-area .product-detail__title,
.product-detail__price.product-price .theme-money.large-title {
  font-family: Montserrat, sans-serif!important;
}
</style>

 

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

losgatos
Excursionist
18 1 3

WOW.  YES.  It work!!  Thank you so much!

BSSCommerce-B2B
Shopify Partner
1972 564 568

This is an accepted solution.

@losgatos, Glad to hear that 😊 If it helps you, please like and mark it as the solution. Thanks 😍

 

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now