Hi, on the product page i want to change “Size” to “Select Size” and the text from this and the custom input from bold to normal.
Thank You!
A user wants to customize product page text in their Symmetry theme, specifically:
Requested Changes:
The user provided site credentials for reference (cultureposter.com).
Solution Provided:
A support representative offered a CSS code snippet to be added through:
The code targets .product-form label with font-weight: 400 !important; to adjust the label styling.
Status: Solution provided, awaiting user confirmation of implementation.
Hi, on the product page i want to change “Size” to “Select Size” and the text from this and the custom input from bold to normal.
Thank You!
site: cultureposter.com (password: poster)
Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings
.product-form .label { font-weight: 400 !important; }