Home Forums WoodMart support forum How to show full product image in cart page

How to show full product image in cart page

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

    swoobrotherstech
    Participant

    i want to show full product image in cart page

    Attachments:
    You must be logged in to view attached files.
    #636361

    Hello,

    Could you please clarify if you want to display the product image in a larger size on the cart page? Let me know your specific requirements so I can assist you better!

    Best Regards,

    #636383

    swoobrotherstech
    Participant

    yes ..i want to show large image in cart page

    #636482

    Hello,

    Please add below Custom CSS code to Theme Settings > Custom CSS > Desktop CSS:

    .woocommerce-cart td.product-thumbnail img {
        min-width: 150px !important; /* Adjust as needed */
        max-width: 150px !important; /* Adjust as needed */
        border-radius: calc(var(--wd-brd-radius) / 1.5) !important;
    }

    Best Regards,

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