• Resolved micaorfali

    (@micaorfali)


    Hi! Just installed the plug-in. I don’t understand why the Cart button on the top of the page is still showing. The rest is working perfectly.
    I enabled the “Hide Cart and Checkout Page” and it’s still showing (it doesn’t go anywhere tho)
    Thanks!
    Mica

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author ELEXtensions

    (@elextensions)

    Hello,
    The plugin will remove the Add to Cart button on the product and Shop page. The cart icon on the top will be visible as it is a Woocommerce feature.

    However, You can hide the icon through a CSS. Please add the below CSS code in your additional CSS:

    .site-header-cart .cart-contents {
    display: none;
    }`

    Let us know the feedback

Viewing 1 replies (of 1 total)

The topic ‘Won’t remove Cart button’ is closed to new replies.