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
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?
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?