Product titles in card-product.liquid (component reused sitewide).
Collection grid/context in main-collection-product-grid.liquid.
“Sort by” (filters) in facets.liquid (filters/faceting component). Change the heading elements from h3 to h2 as needed.
CSS-only workaround (visual change only): Adjust font sizes in base.css targeting relevant classes (e.g., full-unstyled-link.satcb_quick_link, facet-filters__label.caption-large.text-body, product-count__text.text-body) to mimic H2 sizing without changing semantic tags.
Outcomes:
Original poster confirmed success using the CSS method.
Another participant reported it didn’t work for them; no further troubleshooting or confirmed fix provided.
Notes:
Screenshots and a CSS snippet are central to the provided guidance.
Editing Liquid files changes the actual semantic structure; the CSS method only changes appearance. The discussion remains partially open due to the latest “not working” report.
Summarized with AI on December 20.
AI used: gpt-5.
You could do this through editing the theme code directly (go to you online store customizer and click edit code, image below), however you would need to edit the card-product liquid file which is a component that is reused across different places on your site.
To modify the filters you would need to edit the main-collection-product-grid.liquid file and look for the code in the screenshot below.
Hope this helps!
If you wish to change it you can simply modify the
Everything is fine except this part: “To modify the filters you would need to edit the main-collection-product-grid.liquid file and look for the code in the screenshot below”
I tried but no change with the Sort Filter
Regarding your issue, you can directly change the heading tag by adjusting the font-size, as it has a similar effect on the text size where you want to make the correction, right?
For example: