Okay
  Public Ticket #2081458
Single product page
Closed

Comments

  •  1
    Souvik started the conversation

    How to hide "Share Chat"  and "add to cart" options in single product page.

  •  2,570
    Kevin replied

    Hi Souvik !

    Please leave the site name and wp-admin access account, I will check this details and add it to youthank you

  •  1
    Souvik replied

    Sorry for that! I don't access you in my website. Please tell me! How can i do this! 

  •  1
    Souvik replied

    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.

  •  2,570
    Kevin replied

    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