Home Forums WoodMart support forum Want to change price font in cart page and side cart and alignment

Want to change price font in cart page and side cart and alignment

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #544280

    sohail
    Participant

    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.
    #544341

    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.

    #544363

    sohail
    Participant

    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.
    #544553

    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.

Viewing 4 posts - 1 through 4 (of 4 total)