Hi,
how to make circled text not bold? i want to make it font Harmonia Sans? Even when i change Poppins Bold font, it just changed “Product Description, Shipping and delivery” headline. Please help
store: https://nexaco.co/
password: 123456
Issue: In a Shopify store, the text inside the product accordion (“circled text”) appears bold and doesn’t change when switching the theme’s Poppins Bold; only the headings (“Product Description, Shipping and delivery”) update. The requester wants this content not bold and to use Harmonia Sans.
Proposed fix: Add CSS targeting the accordion content to set a normal weight (font-weight: 400 !important) via the selector for the product accordion content. This specifically addresses the unwanted bold styling inside the accordion body.
Gaps/next steps: The suggestion only changes font weight; it does not apply the Harmonia Sans font-family. No guidance was given on loading or assigning Harmonia Sans (e.g., via theme settings or CSS font-family). No confirmation of results from the requester.
Artifacts: A screenshot and store preview credentials were provided to illustrate the issue.
Status: Partially addressed; boldness fix proposed. The request to switch the accordion content to Harmonia Sans remains unanswered/ongoing.
Hi,
how to make circled text not bold? i want to make it font Harmonia Sans? Even when i change Poppins Bold font, it just changed “Product Description, Shipping and delivery” headline. Please help
store: https://nexaco.co/
password: 123456
Hi @Rupert22 . Just add such css:
.product__accordion .accordion__content {font-weight: 400 !important}