Happy New Year! Enjoy 30% OFF 🎄
Coupon Code: XMAS30 - Renew: XMAS_RENEW30

Hi,
how can dissable the mouse over effect on category product list ?

thanks a lot

Hi
I found it in
/templates/ja_shoe/less/extras/com_virtuemart.less
comenting
// Desktop view
@media (min-width: @screen-md-min) {
/* &:hover {
border-color: transparent;
position: relative;
padding-bottom: @grid-gutter-width * 3;
margin-bottom: -@grid-gutter-width * 2;
z-index: 1;
min-width: 100%;
position: relative;


      > div {
        position: relative;
   
        &.vm-product-footer {
          position: absolute;
        }
      }

      &:before {
        background: @white;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        content: "";
        position: absolute;
        left: -@t3-global-padding / 2;
        right: -@t3-global-padding / 2;
        top: -@t3-global-padding / 2;
        bottom: -@t3-global-padding / 2;
      }

      .vm-product-footer {
        // Desktop view
        @media (min-width: @screen-md-min) {
          display: block;
        }

        .vm-customfields-wrap {
          display: none;
        }
      }
    }*/

thanks a lot

Glad to hear that you found it 🙂

Write a Reply...
You need to Login to view replies.