Want to change price font in cart page and side cart and alignment
-
please see attached screenshot for detail please provide the solution I would like to do it myself website link attached
Attachments:
You must be
logged in to view attached files.
Hello,
Please try to use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:
td.product-price :is(.amount,.wd-price-unit), td.product-subtotal span{
color: red !important;
font-size: 15px !important;
}
td.product-name a {
width: 200px;
}
Best Regards.
Hi, thank you for a faster response it worked but partially I want to change in the total and subtotal as well please check attached snaps
Attachments:
You must be
logged in to view attached files.
Hello,
Please try to use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:
.cart-totals-inner table .cart-subtotal .amount, tr.order-total strong .amount, tr.cart_item .product-total .amount {
color: red !important;
}
.wd-checkout-prod-title>:is(.cart-product-label-link,.cart-product-label) {
width: 200px;
}
Best Regards.