• Resolved gilbertdavid32

    (@gilbertdavid32)


    Hello,

    I’ve added the plug in and it works great. The only downside is the font size in the quantity column for the donation doesnt match the rest of the cart. See the screenshot HERE

    Any ideas how I could edit this font size or remove the quantity listing for this single product? (open to code snippest)

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author WP Zone

    (@aspengrovestudios)

    Hello, the styling is based on the theme you are using.

    You would need to add custom CSS to change the font size, for example:

    .woocommerce-cart .product-quantity.wl-ci-product-quantity {
        font-size: 16px; 
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Quantity Font Size Doesnt Match Rest in Cart’ is closed to new replies.