How do i turn off that hover on the category page?

I need to turn off the hover because i think it might be confusing some of our shoppers, cna you let me know how to turn that off.

This is the hover on the categories page, where they can add to cart etc.

3 answers

Profile photo of AJ joey 120.00 $tone September 20, 2013
Public

I’ve managed to get the cart off, but on the hover, it still has the box around it. need to get that removed any ideas how, i made it position:absolute; but that gave other issues as it didn’t remove the box, it just moved it.

#1
Profile photo of Sherlock 0.00 $tone September 20, 2013
Public

Hi fenix tx,

you can open the file of skin\frontend\default\jm_crafts\css\styles.css and add the below css rule to it’s bottom

HTML Code:

  /*disable hover*/
.catalog-category-view  .products-grid li:hover .actions,
.catalog-category-view  .products-grid li:hover .productgaleries,
.catalog-category-view  .products-grid li:hover .mass-color {
 display: none;
}

I hope that helps !

#2

This question is now closed

Written By

Comments