Skip to main content
formatted content
Source Link
Rajeev K Tomy
  • 17.3k
  • 6
  • 64
  • 104

use css, usually within skin/theme/child/cssYou can achieve this by following CSS tricks.

Add below CSS rules in skin/theme/child/css or skin/theme/default/css in your custom css file, insert:skin/theme/default/css

/*add to cart button*/ .products-grid .button.btn-cart {  display : none ; } 

use css, usually within skin/theme/child/css or skin/theme/default/css in your custom css file, insert:

/*add to cart button*/ .products-grid .button.btn-cart { display : none ; 

You can achieve this by following CSS tricks.

Add below CSS rules in skin/theme/child/css or skin/theme/default/css

/*add to cart button*/ .products-grid .button.btn-cart {  display : none ; } 
added 66 characters in body
Source Link

use css, in usually within skin/theme/child/css or skin/theme/default/css in your custom css file, insert:

/*add to cart button*/ .products-grid .button.btn-cart { display : none ; 

use css, in your custom css file insert

/*add to cart button*/ .products-grid .button.btn-cart { display : none ; 

use css, usually within skin/theme/child/css or skin/theme/default/css in your custom css file, insert:

/*add to cart button*/ .products-grid .button.btn-cart { display : none ; 
Source Link

use css, in your custom css file insert

/*add to cart button*/ .products-grid .button.btn-cart { display : none ;