product page - dawn theme

Solved
stra10
Excursionist
53 0 12

hi, i would like to know how to reduce the size of the product title 

thanks for the support 🙂

website URL: https://drip-graffiti.com/

Schermata 2023-09-20 alle 16.09.59.png

Accepted Solution (1)
Shay
Shopify Staff
Shopify Staff
2494 410 521

This is an accepted solution.

Hey @stra10 

 

The solutions provided by @Asad24 and @Guleria will help you change your product title sizes no problem. I wanted to let you know that if you are using a new 2.0 theme that you can actually add your CSS customizations using the theme editor. This will also make it so that your customizations are more likely to carry over if/when you choose to update your theme to a newer version. You can find the field for global CSS customizations by opening up the theme editor, clicking the gear icon and scrolling to the bottom of the settings to "Custom CSS". You can see this in my screenshot below:

 

20-43-63132-79464

 

You will also find a custom CSS option on specific pages and sections if you want to limit it to certain areas of the store instead of the entire store. You can learn more about CSS and how to edit your theme with it in our Help Center: Shopify Help Center | Custom CSS

Shay | Social Care @ Shopify 
 - Was my reply helpful? Click Like to let me know! 
 - Was your question answered? Mark it as an Accepted Solution
 - To learn more visit the Shopify Help Center or the Shopify Blog

View solution in original post

Replies 3 (3)
Guleria
Shopify Partner
2783 555 794

Follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your base.css file and paste the following code below:

 

.product__title h1 {
    font-size: 20px;
}
-

Need a Shopify developer? Email: guleriathakur43@gmail.com

,
- Skype: navrocks1
- Try GEMPAGES a great page builder.
Asad24
Shopify Partner
180 35 31

go to your theme cutomizer and and this code in custom css section 

.product__title{
font-size: 30px; // set the size as per your requirement
}
banned
Shay
Shopify Staff
Shopify Staff
2494 410 521

This is an accepted solution.

Hey @stra10 

 

The solutions provided by @Asad24 and @Guleria will help you change your product title sizes no problem. I wanted to let you know that if you are using a new 2.0 theme that you can actually add your CSS customizations using the theme editor. This will also make it so that your customizations are more likely to carry over if/when you choose to update your theme to a newer version. You can find the field for global CSS customizations by opening up the theme editor, clicking the gear icon and scrolling to the bottom of the settings to "Custom CSS". You can see this in my screenshot below:

 

20-43-63132-79464

 

You will also find a custom CSS option on specific pages and sections if you want to limit it to certain areas of the store instead of the entire store. You can learn more about CSS and how to edit your theme with it in our Help Center: Shopify Help Center | Custom CSS

Shay | Social Care @ Shopify 
 - Was my reply helpful? Click Like to let me know! 
 - Was your question answered? Mark it as an Accepted Solution
 - To learn more visit the Shopify Help Center or the Shopify Blog