We noticed today that our add to cart buttons are invisible on category pages until you mouse-over them. They show up fine on the product pages. I'm pretty sure it's a css issue, but I can't find it for the life of me.
Any help would be appreciated.
The site is
Thank you
Matt
Solved! Go to Solution.
Hey,
please add below css
.emtabs .products-grid li.item .actions button.button.btn-cart, .category-products .products-grid li.item .actions button.button.btn-cart { position:relative; left:0px}
Mark as solution if answer is right.
Hello,
please add below css
.emtabs .products-grid li.item .actions, .category-products .products-grid li.item .product-item .actions { opacity: 1; -moz-opacity: 1; -webkit-opacity: 1; }
Sunil,
Thanks. It worked a little. In grid mode a little of the button shows, but you still have to mouse-over the item for the whole button to show. Doesn't work at all in list mode.
Hello,
please check below css
.category-products .products-list li.item .actions,.emtabs .products-grid li.item .actions, .category-products .products-grid li.item .product-item .actions { opacity: 1;-moz-opacity: 1;-webkit-opacity: 1;} .emtabs .products-list li.item .actions button.button.btn-cart, .category-products .products-list li.item .actions button.button.btn-cart { position:relative; left:0px;}
If my answer right then accepts as solution.
Thank you! Almost there
It worked for the list view, but only partially showing the button on grid view. I have it up live if you want to take a look.
Hey,
please add below css
.emtabs .products-grid li.item .actions button.button.btn-cart, .category-products .products-grid li.item .actions button.button.btn-cart { position:relative; left:0px}
Mark as solution if answer is right.
Thank you so much! It works great