Re: Dawn Theme | Make the product title font smaller.

Solved

Dawn Theme | Make the product title font smaller.

Ell_Soll
Pathfinder
130 0 32

Hi,

I'm using Dawn 12.

Any way to make the product title in product page smaller? It's too big for me.

 

ellsoll.com

Ell Soll Fashion
ellsoll.com
Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
10036 2387 3013

This is an accepted solution.

Hi @Ell_Soll 

Check this one. 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • 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:

 

.product__title > * {
    font-size: 20px !important;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1701639763685.png
  • Im not sure which sizes you like to change. Currently its on size 26px and I used 20px. You can change it anytime. 

 

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 7 (7)

Made4uo-Ribe
Shopify Partner
10036 2387 3013

This is an accepted solution.

Hi @Ell_Soll 

Check this one. 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • 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:

 

.product__title > * {
    font-size: 20px !important;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1701639763685.png
  • Im not sure which sizes you like to change. Currently its on size 26px and I used 20px. You can change it anytime. 

 

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.
babystore123
Excursionist
57 1 5

Hi! I'm trying to do the same thing but this coding doesn't change the mobile product title - only the desktop one 😞

Made4uo-Ribe
Shopify Partner
10036 2387 3013

Hi @babystore123 

Would you mind to 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.
babystore123
Excursionist
57 1 5

Yes! It's babybliss.co

3eight9one
Tourist
7 1 1

good stuff that did that job, thank you

buythis-ie
Visitor
1 0 0

Thank you for your help. I discussed this issue with Shopify support when I was using Dawn 13.0.0; now it's Dawn 15 and Refresh 15, and this is still missing in the settings. They never contacted me back to confirm if it was fixed, nor did they understand where the problem was. They even suspected I had made changes, which is why it wasn't working—very unprofessional.

MarcoM0857
Explorer
39 0 134

Below Code applied on the base.css file as indicated, does NOT work on my DAWN v. 14.0.0.

Tried different px fonts size, but the very large default font is still there!  😞

.product__title > * {
font-size: 20px !important;
}

Any suggestions?