How can I make home page prices bold on Impulse theme?

Hello!

I use the theme - Impulse

I would like my prices to be bold font on the home page.

Is there a way to do this?

Website: www.whatsheswearing.shop There is no password, the site is up and running.

Thank you!

Hi @Whatsheswearing

This is PageFly - Advanced Page Builder. I would love to give you some recommendations

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

-Asset-> theme.css paste the below code at the bottom of the file.

#shopify-section-1630183762deccac60 .grid-product__price,#shopify-section-16290916822e1f72dc .product__price{font-weight:bold !important}

Hope my solution works perfectly for you!

Best Regards;

PageFly

Hello there

in the code editor

find the code

grid-product__price

and add the code style:

style="font-weight: bold;">

so it would look like this:

EcomGraduates_0-1664905225295.png

Hope this helps!