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
Moeed
2
Hey @vivvy1522
Follow these Steps:
-
Go to Online Store
-
Edit Code
-
Find theme.liquid file
-
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:
- Login in shopify admin.
- Click on the Online Store.
- Then click on the button next to Customize in live Theme.
- Click Edit Code.
- Search theme.liquid in the code in left hand side in your theme.
- 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