Jump to content

[solved] Add to basket and read more button disappeared front page


Recommended Posts

In product list i removed none after display

 

BEFORE

ul.product_list.grid > li .product-container .button-container {
      margin-bottom: 14px; }
      @media (min-width: 1200px) {
        ul.product_list.grid > li .product-container .button-container {
          display: none ; } }

 

AFTER

ul.product_list.grid > li .product-container .button-container {
      margin-bottom: 14px; }
      @media (min-width: 1200px) {
        ul.product_list.grid > li .product-container .button-container {
          display: ; } }


 

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...