Symmetry Change Text Product Page

Topic summary

A user wants to customize product page text in their Symmetry theme, specifically:

Requested Changes:

  • Change “Size” label to “Select Size”
  • Modify text styling for size options and custom input fields

The user provided site credentials for reference (cultureposter.com).

Solution Provided:
A support representative offered a CSS code snippet to be added through:

  • Online Store > Themes > Customize > Custom CSS

The code targets .product-form label with font-weight: 400 !important; to adjust the label styling.

Status: Solution provided, awaiting user confirmation of implementation.

Summarized with AI on November 5. AI used: claude-sonnet-4-5-20250929.

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)

1 Like

Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings

.product-form .label { font-weight: 400 !important; }