Problem with text size

Hello! How do I Make the title on this page smaller? can I make it so it applies on all my products pages? thank you.

product page: https://www.xmine23.com/collections/donna/products/giacca-teddy-coat-4431912-copia

my website : www.xmine23.com

my theme local by Krown

Hey @vivvy1522

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Hi @vivvy1522 Please add the code to solve the issue.

h1.product__title.h2 {
    font-size: 35px !important; // change 35px according to your needs.
}

Please follow the steps:

  1. Login in shopify admin.
  2. Click on the Online Store.
  3. Then click on the button next to Customize in live Theme.
  4. Click Edit Code.
  5. Search theme.liquid in the code in left hand side in your theme.
  6. Add the following code in the bottom of the file above tag

Result:

Hopefully it will help you. If yes then Please don’t forget hit Like and Mark it as solution!

Best Regards

Sahil

Thank you it worked perfectly