My body is bold :(

Topic summary

A user encountered an issue where all text on their Shopify store appeared bold after saving, despite looking correct in the online store setup editor.

Problem Details:

  • Text formatting appeared normal in the editor but rendered entirely bold on the live site
  • Issue was visible in a specific section at the end of a page

Solution Provided:
A community member identified the problem and provided a CSS fix:

  • Navigate to Theme Settings → Customizer → Custom CSS
  • Add the code: p { font-weight: 400; }

The solution successfully resolved the issue, with the original poster confirming it worked.

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

Hello;

In my online store setup, the text is perfect I see the difference between bold and not.

When I save, all the text is bold can you help ?

My website: https://luxilum.fr/products/lumia-lampe-de-table-sans-fil

Thanks

Hi, I opened the link that you provided but cannot find the section that you have mentioned in the above screenshot.

Hello, it’s at the end of the page do you find ?

Oh yes, I found it. Sorry, I did not scroll down.

In theme settings in the customizer go to custom CSS and then add the following code to resolve the problem.

p {
font-weight: 400;
}

If you cannot find where to add this then let me know the theme name and I will send you the instructions accordingly.

thank you so much :heart: