This topic has 2 replies, 2 voices, and was last updated 1 months, 1 weeks ago ago by Rose Tyler
Hi!
I would like to make the price on Single product page bold. Can you please help?
I tried by pressing F12 but I think I didn’t find the right element..
Thank you!
Hello, creativesite,
Thank you for reaching out to us.
To make the price on the Single Product page bold, you can add the following custom CSS code:
.single-product .woocommerce-Price-amount {
font-weight: 600;
}
You can add this code by navigating to Theme Options > Theme custom CSS > Global.
Best Regards,
8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up