Good day everyone!
I wanted to remove the bold of a certain sentence in my product details, but I can’t find the settings for it. Does anyone know how to remove the bold of this sentence? See Photo for reference:
Store preview url: https://kan7abddby8ipngr-13830324282.shopifypreview.com
Hi @IntechCarl
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
.card__information .card__heading {
height: 150px;
}
Result
Best,
Liz
Hi @IntechCarl , The fonts are showing in bold because of the font family “Montserrat”. If you want to remove the bold from the text you need to change the font family on that particular element. Add below CSS to your theme.liquid file before tag: