Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter cameronm191

    (@cameronm191)

    Okay, I figured it out. I did some research and found that chrome can show animations.

    This is the link I used to figure out how to find animations Chrome animation

    Once you find the animation in the styles tab copy the code, for me it was:

    .woocommerce-cart .product-remove a {
      opacity: 0;
      }

    Then Paste it in the css of the website and change the opacity to 100.

    Not sure if its the right way but It seems to work for me.

Viewing 1 replies (of 1 total)