Hi, can somoene help me please change the font size in the CSS code for the product title? Tried everything, nothing works for me.
Thanks! ![]()
Issue: A user cannot change the product title font size via CSS and asks for help.
Proposed fix: Add a rule in Online Store > Theme > Customize > Theme settings > Custom CSS to set the product title size (e.g., .product-title { font-size: 24px !important; }). Replace 24px with the desired value. The !important flag is intended to override existing theme styles.
Additional requests: Multiple respondents asked for the store/website URL to inspect and provide tailored guidance.
Current status: No confirmation that the CSS change worked; awaiting the user’s test or sharing the URL for further diagnosis.
Key point: The central action item is trying the provided CSS snippet in the theme’s Custom CSS and adjusting the size as needed. The next step is sharing the site URL if the change does not apply.
Hi, can somoene help me please change the font size in the CSS code for the product title? Tried everything, nothing works for me.
Thanks! ![]()
Hi @Gustavs
Please, share your stor URL. Thanks!
Hi @Gustavs
You can try to add this code to Custom CSS in Online Store > Theme > Customize > Theme settings to check
.product-title { font-size: 24px !important; }
Change 24px with your own number to fit your request
Hi @Gustavs ,
Please send me the website link, I will check it for you