phone option in checkout field made as required still showing as optional
-
i made phone option in checkout field made as required still showing as optional dont know why its happening
2) i need to change the design of product count in checout page Order summary,how to do it now the count showing is not in center of circle
Hello,
1. Your phone field on the checkout page is now set to required. You can modify the settings here: https://instrocart.com/wp-admin/post.php?post=9&action=edit
2. Could you please share the screenshot which count you are talking about? For now, your site checkout page looks like this to me: https://pasteboard.co/msN8HwDb3OFA.png
Best Regards,
hi please find the attached image
Attachments:
You must be
logged in to view attached files.
Hello,
Please copy and paste the below given CSS code to Theme Settings > Custom CSS > Global CSS. It will make that quantity in the middle of the circle.
.woocommerce-checkout .wc-block-components-order-summary div.wc-block-components-order-summary-item__quantity span
{
top: 2px !important;
position: absolute !important;
}
Best Regards,