• bardhbibaj

    (@bardhbibaj)


    Can u please try helping me on how can i remove the overlay after i add the product to the cart, i tried doing it with css but when i do it with css the page freezes after i add a product to cart. Please help me i need it fixed asap…

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • To do this, You can use the custom CSS below

    .cart-sidebar-open #woostify-overlay {
    opacity: 0;
    visibility: hidden;
    }

    Thread Starter bardhbibaj

    (@bardhbibaj)

    Still the overlay display after i add to cart. Do you have anything else i can try? You can check bestchoicevenus.com . I added the following code .cart-sidebar-open #woostify-overlay {
    opacity: 0;
    visibility: hidden;
    } and the site is the same…

    • This reply was modified 2 years ago by bardhbibaj.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Woostify overlay after add to cart’ is closed to new replies.