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, 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
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Thank you, it worked!
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