• Resolved jnasterski

    (@jnasterski)


    Hello. I installed the plugin and it functions very well on my page. One thing I noticed though is that the numbers in the quantity selector get cut off (only half of the number is visible.) This can be seen in the following picture: https://prnt.sc/kz4h94

    Also is there an easy way to remove the delete button for the products in checkout?

    I would greatly appreciate your advice.

    Jakub

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author bhavik.kiri

    (@bhavikkiri)

    Hi @jnasterski,

    You can fix both issues by adding below css in your theme’s style.css file.

    .woocommerce-checkout input[type="number"]{
        width: 40% !important;
    }
    
    .woocommerce-checkout .product-title{
        display: none !important;
    }

    Please let me know the results.

    Regards,
    Bhavik

    Thread Starter jnasterski

    (@jnasterski)

    Thank you very much for the reply.

    The code to remove the delete button worked nicely.

    However, the other piece of code causes an error: https://prnt.sc/kzbrph

    Regards,
    Jakub

    Plugin Author bhavik.kiri

    (@bhavikkiri)

    hi @jnasterski,

    I apologize for the delay in the response.

    Thank you for sharing the screenshot of the issue.

    You need to remove ” &quot ; ” and replace that with ‘ ” ‘.

    .woocommerce-checkout input[type=”number”]{
    width: 40% !important;
    }

    This should be your code in the style.css file.

    Please let me know the result.

    Regards,
    Bhavik

    • This reply was modified 6 years, 5 months ago by bhavik.kiri.
    • This reply was modified 6 years, 5 months ago by bhavik.kiri.
    Thread Starter jnasterski

    (@jnasterski)

    It works great now. I am grateful for the support.

    Best wishes
    Jakub

    Plugin Author bhavik.kiri

    (@bhavikkiri)

    Hey @jnasterski,

    I’m glad to know that the applied fix is working fine on your site.

    Please let me know if you have any queries.

    Regards,
    Bhavik

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Numbers in quantity selector get cut off’ is closed to new replies.