I want to decrease the font size of my product title on the product page. i’m using the theme taste. How do I do this?
Hi [email removed]Trendin,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: Paste the below code before of the file → Save
{% if template contains "product" %}
{% endif %}
Hope my solution works perfectly for you!
Best regards,
Victor | PageFly
I couldn’t find under theme.liquid, do i put it before ?
you can try to add to after of
Can you share to me the URL? Let me check and give you the code to update
https://thea-beauty-skincare.myshopify.com/
This is the URL
thanks for url but sorry your store password protect can you please share us
it is theabeauty
you can add
.product__title h1{font-size:30px !important}
I hope you are doing good and welcome to the Shopify Community!
I am Santanu from MS Web Designer (Top Rated Shopify Certified Experts and eCommerce Consultant from Singapore).
Please add this css in your bottom of the css file:
.product .product__info-wrapper .product__info-container .product__title {font-size: 30px;}
Regards,
Santanu
That didnt work
I hope you are doing good and welcome to the Shopify Community!
I am Santanu from MS Web Designer (Top Rated Shopify Certified Experts and eCommerce Consultant from Singapore).
Please add this css in your bottom of the css file:
.product .product__info-wrapper .product__info-container .product__title {font-size: 30px !important;}
Regards,
Santanu
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file → Save
.product__title h1{font-size:30px !important}

