Why isn't the price range font size changing in my featured collection?

Topic summary

A user encountered an issue where changing the font size for featured collection prices didn’t apply to price ranges (specifically for a “china gown” product).

A community member provided a solution with step-by-step instructions:

  • Navigate to Online Store → Edit Code
  • Locate the theme.liquid file
  • Add custom CSS code above the closing tag at the bottom of the file

The original poster confirmed the solution worked by thanking the helper. The issue appears resolved through this CSS customization approach.

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

I changed the font size of my featured collection prices but the price range (china gown) did not change.

Hi @xammyja

Send your store url will check

Best regard

Hey @xammyja
Follow these steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above tag

2 Likes

thank you!