How do I make the price amount in bold text for Ira Theme? I have included a picture. I would like to make the price $39.00 USD in bold text for the Ira theme. Can someone please help me?
Hi @sl23666 ,
Could you please share URL and your store password? So that we can help you.
Thank you.
my website is abetteryoudaily.org
password is theilt
@sl23666 ,
This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/theme.css->paste below code at the bottom of the file:
.product-item__text.ff-body {
font-weight:bold ;
}
.product-item__text.ff-body > h4{
font-weight:initial !important;
}
Hope my answer will help you.
Best regards,
Victor | PageFly
Hello @sl23666 ,
You can follow these steps:
- Go to Online Store->Theme->Edit code
- Open your theme.liquid file, paste the below code before
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team
Hi @sl23666
I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.
Please add this css in your bottom of the css file:
.product-item__text.ff-body {font-weight: bold !important;}
.product-item__text.ff-body h4 {font-weight: inherit !important;}
Regards,
San
Thank you Victor. That did work. I appreciate it!
Thank you so much!!!
Thank you San!!!


