Reply 341912 to: how can i make bold text. price text is very small

Avatar: Tony Rodriguez
Tony Rodriguez
Support staff
December 20, 2022 at 09:31

Hello, @Muhammad Shoaib,

Please copy and paste the below given CSS code to XStore >> Theme Settings >> Theme Custom CSS >> Global CSS and check back to your site after removing the cache, It will bold the price text on your site.

span.woocommerce-Price-amount.amount {
    font-weight: 900 !important;
}
.single-product p.price {
    font-weight: 900 !important;
}

Regards 8Themes Team.

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.