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
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
Hello @mattks
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
@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;}