Hello! I am using the Broadcast theme and for some reason I cannot make certain text bold in the texts fields. I have attached a screenshot for reference. In the editor on the left there is an option to make certain text bold, but it isn’t showing up as bold in the site on the right. Any suggestions on how I can fix this?
Hi @LMc_Jewelry ,
Add this CSS code to change headings in bold
Online Store > Themes > Edit code > Assets > custom.css or theme.css
h1, h2, h3 { font-weight: 700;}
Hi [email removed]LMc_Jewelry,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.css
Step 3: Paste the below code at bottom of the file → Save
:root{
---font-weight-body-bold: 700;
}
Hope my solution works perfectly for you!
Best regards,
Victor | PageFly