How to change Product Title size in theme code

Solved

How to change Product Title size in theme code

mattks
Excursionist
21 0 4

I want to change the Product Title size in the product page.  I tried many methods but not work with my theme.

 

Store url: rebellivn.myshopify.com

Accepted Solutions (2)

niraj_patel
Shopify Partner
2378 514 511

This is an accepted solution.

Hello @mattks 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid


<style>

    .product-title .h2{
         font-size: 37px !important;
    }

</style>

 

techlyser_web_1-1704699412736.png

 

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com

View solution in original post

suyash1
Shopify Partner
9851 1225 1566

This is an accepted solution.

@mattks - please add this css to the very end of your  styles.css file and check, adjust number as per the need

 

.product-title .h2 {font-size: 20px;}

 

To build shopify pages use pagefly | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30. | Support me

View solution in original post

Replies 2 (2)

niraj_patel
Shopify Partner
2378 514 511

This is an accepted solution.

Hello @mattks 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid


<style>

    .product-title .h2{
         font-size: 37px !important;
    }

</style>

 

techlyser_web_1-1704699412736.png

 

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com

suyash1
Shopify Partner
9851 1225 1566

This is an accepted solution.

@mattks - please add this css to the very end of your  styles.css file and check, adjust number as per the need

 

.product-title .h2 {font-size: 20px;}

 

To build shopify pages use pagefly | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30. | Support me