Currently there is no hidden option / show "Share Chat" and "add to cart" options on the product details page I need access to add it to you hide "size chart" go to Themeoption-> Ecommerce-> product Details and find this section to turn it off # hide "Quantity" to add this css attribute .woocommerce div.product form.cart div.quantity { display: none; }
How to hide "Share Chat" and "add to cart" options in single product page.
Hi Souvik !
Please leave the site name and wp-admin access account, I will check this details and add it to youthank you
Sorry for that! I don't access you in my website. Please tell me! How can i do this!
You can tell me with 'css code' give me "sizechart" and "Quality" hiding css code, i put this cods on my website's customise page.
Hi Souvik !
Currently there is no hidden option / show "Share Chat" and "add to cart" options on the product details page
I need access to add it to you
hide "size chart" go to Themeoption-> Ecommerce-> product Details and find this section to turn it off
# hide "Quantity" to add this css attribute
.woocommerce div.product form.cart div.quantity {
display: none;
}
thank you