Shopify themes, liquid, logos, and UX
Hi,
I optimised my product descriptions, made it all nice, highlighting the important information in bold (with tags strong), but it won't show it bold on live website. Can anyone help? There must be something in the code preventing it from displaying. It is very possible I used another code in the past, but I just don't remember. Website: www.myloandmasboutique.com
I'll be happy for any help. Thank you in advance.
Hi, you can paste the following code to your theme edit code. got to layout > theme.liquid and paste the following code just before </head> tag. let me know if it's works.
{% style %}
.product__description {
font-weight: 900 !important;
}
{% endstyle %}
OR
<style>
.product__description {
font-weight: 900 !important;
}
</style>
It didn't work 😞
Hi @myloandmas ,
Everything is looking fine on your products description. but in case you need some customization then let me know.
thanks and regards
Manoj
I'm afraid I don't know what you mean. It's not bold. Can you specify please?
Hi @myloandmas,
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.
.product__description {
font-weight: 900 !important;
}
it didn't work 😞
Hi @myloandmas
You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file
.product__description.rte.quick-add-hidden {
font-weight: bold !important;
}
Result
Best,
DaisyVo
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025