My product description is in bold in the editor, but it doesn’t appear bold on the live page.

Hi, I need to make some text bold to highlight product features. It appears bold in the Shopify editor but not on the live site. How can I fix this?

placentactive.com.au

Hi, @sofiakarkus

Can you please share the product url?

Hello @sofiakarkus

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.product__block.product__description p strong { font-weight: bold !important; }

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

1 Like

Thank you, it worked! :slightly_smiling_face:

1 Like

Hi @sofiakarkus ,

Could you please add the below CSS code in the theme CSS file and let us know.

.product__accordion__inner p strong, .product__accordion__inner strong {

  font-weight: bold;

}

Result:-

I hope this helps! If it does, please like it and mark it as a solution!

If you need further assistance, feel free to reach out!

Regards,
Sweans