Hello,
How do I get the product layout to look like the ones in the product grid and product sliders on your demo shop?
http://kriesi.at/themes/enfold-shop/
Mine looks like default woocommerce layout with the border and the “add to cart” and “show details” links.
Is this a setting?
Thanks
Hey dcox94!
Did you try to import the demo under Enfold–>Demo Import?
Best regards,
Rikard
No. I don’t want the demo or any demo data.
I just want to make the product grid layout look like the product grid in the demo shop.
Hey!
you can remove it with this code in Quick CSS field:
.avia_cart_buttons {
display: none;
}
Cheers!
Andy