This topic has 4 replies, 2 voices, and was last updated 1 years, 10 months ago ago by Tony Rodriguez
hi team. how can i make bold text. price text is very small. i can increase size but i cannot make bold. ?
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.
hi sir. also i want to change the color of.. Place order , Checkout ,. when i add to cart . pop came right side. i want to change the button of checkout color also.
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.
.et-mini-content .woocommerce-mini-cart__footer-wrapper p.buttons.mini-cart-buttons a.button.btn-checkout.wc-forward {
background-color: green !important;
}
div#payment button#place_order {
background-color: green !important;
}
Regards 8Themes Team.
Tagged: bold text, persuasive writing, price text, small text, templates, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up