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

    (@bhavikkiri)

    Hi @deans100 ,

    I apologize for the delay in the response.

    Thank you for sharing the website URL, I tried to open the screenshot but it is not opening.

    You can hide the “x” button and resize the quantity field using the css. You need to apply the css in your child theme.

    Remove “x” css:
    .shop_table.woocommerce-checkout-review-order-table .remove{
    display: none;
    }

    Decrease width of quantity:
    .shop_table.woocommerce-checkout-review-order-table .quantity {
    width: 30%;
    margin-left: 5px;
    }

    Please add above two css rules in your child theme’s style.css file.

    Please let me know the result.

    Note: Please take the backup of the website before you make any change.

    Regards,
    Bhavik

    Thread Starter deans100

    (@deans100)

    not working – https://ibb.co/PDfh2d7

    Plugin Author bhavik.kiri

    (@bhavikkiri)

    Thank you for sharinig the screenshot but unfortunately it is not opening at my end.

    I have cheked your website but i’m not able to see the css provided by me, can you please confirm that you’ve added the css in your child theme’s style.css file?

    Thread Starter deans100

    (@deans100)

    Plugin Author bhavik.kiri

    (@bhavikkiri)

    Thank you again for the screenshot and able to see it, but when I check your site I don’t find the CSS rules

    Can you please confirm it is added in the active theme’s style.css?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘problem in checkout’ is closed to new replies.