Change size of title and price on product pages - Prestige Theme

Solved

Change size of title and price on product pages - Prestige Theme

Med7
Tourist
8 0 2

Hi,

 

I recently switched to the Prestige theme and I want to know for the product pages how I can increase the size of the title and the size of the price?

 

Screenshot 2025-01-28 at 21.29.18.png

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
9886 2354 2953

This is an accepted solution.

Thanks for the info, try this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

/* Price font size */
.price-list--product .h4 {
    font-size: 20px;
}
/* Product title font size */
h1.product-title.h1 {
    font-size: 40px !important;
}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1738164640272.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.

View solution in original post

Replies 5 (5)

Made4uo-Ribe
Shopify Partner
9886 2354 2953

Hi @Med7 

Please, share your store URL. 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.
Med7
Tourist
8 0 2

eff51e-1b.myshopify.com

 

Thanks!

Made4uo-Ribe
Shopify Partner
9886 2354 2953

This is an accepted solution.

Thanks for the info, try this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

/* Price font size */
.price-list--product .h4 {
    font-size: 20px;
}
/* Product title font size */
h1.product-title.h1 {
    font-size: 40px !important;
}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1738164640272.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.
Med7
Tourist
8 0 2

Thats amazing thank you so much. Do you also know how I could increase the size of the text under it (the artist's name) and also how to

reduce the spacing between the title and this text ?

 

IMG_AD3B707A7076-1.jpeg

Made4uo-Ribe
Shopify Partner
9886 2354 2953

Please, add this code. 

 

.product-info__block-item[data-block-id="text_Ehrcka"] {
    margin-top: 0 !important;
}

.product-info__block-item[data-block-id="title"] {
    margin-bottom: 0;
}

 

And Save. 

Made4uoRibe_0-1738184967594.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.