Reply 221699 to: Cart widget not working on single produce page sidebar

Avatar: Rose Tyler
Rose Tyler
Support staff
September 19, 2019 at 15:52

You’re welcome!
Please add this code in Theme Options > Custom CSS, as a temporary solution:

.sidebar-widget .cart-popup-container {
    position: static;
    visibility: visible;
    opacity: 1;
    box-shadow: none;
    border: none;
    padding: 0;
    width: auto;
}
.sidebar-widget .shopping-cart-widget, .sidebar-widget .cart-popup-container:before {
    display: none;
}
.cart-popup-container p {
    border: none;
}
.sidebar-widget .bottom-btn .btn {
    margin-bottom: 10px;
}

and delete it after the next update of the theme, because the fix will be included in style.css.

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.