• Resolved kelliwithaneye

    (@kelliwithaneye)


    I am currently setting up my woocommerce pages; I have a small black cart icon/widget, and it does not update when I add items to my cart. I want to get rid of the widget, or have it actually work.
    Laymans terms and answers only please, I’m not a techy. 🙁
    thanks.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Nicola Mustone

    (@nicolamustone)

    Automattic Happiness Engineer

    Hello there,
    You can use this custom CSS code:

    
    .wps-btn-cart {
        display: none !important;
    }
    

    You can use add custom CSS in Appearance > Customize > Additional CSS, as explained here: https://codex.ww.wp.xz.cn/CSS#Custom_CSS_in_WordPress

    This is just a workaround. Ultimately, you want to get in touch with the theme author and ask them to either fix the cart widget or remove it permanently via some other code.

    Plugin Support abwaita a11n

    (@abwaita)

    Hi @kelliwithaneye,

    We’ve not heard back from you in a while, so I’m marking this thread as resolved. Hopefully, the above code was helpful!

    If you have further questions, please feel free to open a new topic.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘cart widget not working’ is closed to new replies.