How do I make the price amount in bold text for Ira Theme?

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.

1 Like

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

1 Like

Hello @sl23666 ,

You can follow these steps:

  1. Go to Online Store->Theme->Edit code

  1. Open your theme.liquid file, paste the below code before


I hope the above is useful to you.

Kind & Best regards,
GemPages Support Team

1 Like

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

1 Like

Thank you Victor. That did work. I appreciate it!

Thank you so much!!!

Thank you San!!!