Add to cart button - by apotik - on WordPress WooCommerce support

This topic has 6 replies, 2 voices, and was last updated 4 years, 6 months ago ago by Rose Tyler

  • Avatar: apotik
    apotik
    Participant
    October 20, 2019 at 10:44

    hello,

    1- i dont have add to cart button on my product page… how can i do please?

    2- How can i remove the mention “category” next to the product and ” information complémentaires”?

    Thank you

    Please, contact administrator
    for this information.
    5 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 20, 2019 at 11:01

    Hello,

    Could you, please, provide temporary wp-admin access?

    Regards

    Avatar: apotik
    apotik
    Participant
    October 20, 2019 at 11:16

    Yes of course

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 20, 2019 at 15:02

    Hello,

    1) The problem is caused by your custom CSS code in Appearance > Customize > Additional CSS area – https://prnt.sc/pltgqy http://prntscr.com/plthdl You need to change or delete it.
    2) You can use this code to remove categories from the single products page:

    .single-product .product_meta .products-page-cats {
        display: none;
    }

    (Theme Options > Theme Custom CSS > Global custom CSS)

    Regards

    Avatar: apotik
    apotik
    Participant
    October 20, 2019 at 15:59

    can you spend me the css code please for display it? for my question 1
    thank you very much

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 20, 2019 at 16:14

    Hello,

    You can just remove display: none; line from here – https://prnt.sc/pltgqy
    or
    add this code:

    .product-information-inner .button {
        display: inline-block;
    }

    Regards

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.