hi team. how can i make bold text. price text is very small. i can increase size but i cannot make bold. ?
Site URL: hidden Theme version: 6.1.1Hello, @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.
You must be logged in to reply to this topic.Log in/Sign up
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.