I am testing my clients website I have been creating with the ORDO Theme. When I open in Safari and go to add a product to the cart. the number of items don't show up. Is there something I am missing here? So many people use IPHONE's which default to Safari when opening websites.
Do you have a fix for this? This will be essential for my clients customers
Does anyone have or know of a fix for this or know of a workaround so people can see the number of items in their current when viewing their cart or checking out?
Please add this css attribute to style.css file in Appearance-> Editor-> Style.css to solve this problem .woocommerce .quantity .qty { line-height: 30px !important; } have a nice day
Using Safari.
I am testing my clients website I have been creating with the ORDO Theme. When I open in Safari and go to add a product to the cart. the number of items don't show up.
Is there something I am missing here? So many people use IPHONE's which default to Safari when opening websites.
Do you have a fix for this? This will be essential for my clients customers
Any assistance you have would be great.
Thanks
Victoria
Does anyone have or know of a fix for this or know of a workaround so people can see the number of items in their current when viewing their cart or checking out?
Hi Victoria Hickman !
Please add this css attribute to style.css file in Appearance-> Editor-> Style.css to solve this problem
.woocommerce .quantity .qty {
line-height: 30px !important;
}
have a nice day
thank you
Hi Kevin do I add that in the child theme?
Hi Victoria Hickman !
You can insert the child-theme, or the main theme
thank you